https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28732 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber@kit.edu --- Comment #1 from Michaela Sieber <michaela.sieber@kit.edu> --- 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.