[Koha-bugs] [Bug 31858] TT syntax for ACQORDER notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 19 16:44:14 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31858

Alex Arnaud <alex.arnaud at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #142160|0                           |1
        is obsolete|                            |

--- Comment #6 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Created attachment 142162
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142162&action=edit
Bug 31858: add TT syntax for ACQORDER notices

Test Plan:
    1) Set your ACQORDER notice content to:
        [%- USE Price -%]
        [% bookseller.name %]
        [% FOREACH order IN orders %]
        Ordernumber [% order.ordernumber %] ([% order.biblio.title %] - [%
order.biblio.biblioitem.publicationyear %]) (quantity: [% order.quantity %])
($[% order.listprice | $Price %] each).
        [% END %]
        Thank you,
        [% branch.branchname %]
    2) Set up a vendor with an email, set contact for email so the "E-mail
        order" button shows on a basket for that vendor
    3) E-mail the basket
    4) Check the content is correct

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list