[Koha-bugs] [Bug 15283] Switch default ISSUEQSLIP notice to Template Toolkit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 19 16:47:11 CEST 2019


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

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

--- Comment #15 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 91657
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91657&action=edit
Bug 15283: Switch default ISSUEQSLIP notice to TT

Test Plan:
1) Apply this patch
2) Replace your ISSUESLIP with the following:

[%- USE KohaDates -%]
<h3>[% branch.branchname %]</h3>
Checked out to [% patron.title %] [% patron.firstname %] [% patron.initials %]
[% patron.surname %] <br />
([% patron.cardnumber %]) <br />

[% today | $KohaDates %]<br />

<h4>Checked Out Today</h4>
[% FOREACH checkout IN patron.todays_checkouts %]
<p>
  [% checkout.item.biblio.title %] </br />
  Barcode: [% checkout.item.barcode %]<br />
  Date due: [% checkout.date_due %]<br />
</p>
[% END %]

3) Print a quick slip for a patron, note the data is complete

Rescued-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list