https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28732
Michaela Sieber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Michaela Sieber <[email protected]> --- This is solved for the ACQORDER letter. Example: [%- USE Price -%] Hello,<br> <br> we order: <br> [% FOREACH order IN orders %] <b>Ordernumber :</b> [% order.ordernumber %]<br> <b>Title:</b> [% order.biblio.title %]<br> <b>Author :</b> [% order.biblio.author %]<br> <b>Edition:</b> [% order.biblio.biblioitem.editionstatement %]<br> <b>Jear:</b> [% order.biblio.copyrightdate %] <br> <b>ISBN:</b> [% order.biblio.biblioitem.isbn %]<br> <b>Quantity :</b> [% order.quantity %]<br> <b>Price:</b> [% order.listprice | $Price %] [% order.currency %] <br><br> <b>Note: [% order.order_vendornote %] </b><br><br> <b>Fund:</b> [% order.fund.budget_name %] <hr> <br> [% END %] <br><br> Best regards -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
