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

--- Comment #2 from Andrew Fuerste-Henry <[email protected]> ---
Created attachment 194103
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194103&action=edit
Bug 41914: Add patron category description to account payment notice template

To Test:
1. Apply the patch
2. Change the notice Account payment and add below

Dear <<borrowers.cardnumber>> <<borrowers.firstname>>

Category: <<categories.description>>

[%- USE Price -%]
A payment of [% credit.amount * -1 | $Price %] has been applied to your
account.

This payment affected the following fees:
[%- FOREACH o IN offsets %]
Description: [% o.debit.description %]
Amount paid: [% o.amount * -1 | $Price %]
Amount remaining: [% o.debit.amountoutstanding | $Price %]
[% END %]

3. Save the notice.
4. Turn on the system preference 'AutomaticEmailReceipts to send' and save the
preferenes.
5. Go to the patron account and Create the manual invoice and collect the
payment.
6. Go to notices tab and click on the message you can find the category
description in the messange and receive the mail also.

Signed-off-by: Andrew Fuerste Henry <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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/

Reply via email to