LP various: Make more fields available in print receipts
authorDan Pearl <dpearl@cwmars.org>
Fri, 22 Mar 2019 19:16:51 +0000 (15:16 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 16 Mar 2020 16:46:51 +0000 (12:46 -0400)
commit7c17ab7219f5527ebb34d49cdd06022506682dd4
tree0d6bdac952cc90faae2e3df41b0e71f36af628a2
parentf60f0562450569c2e46b1187392dbfede35faf79
LP various: Make more fields available in print receipts

Useful fields were not available in print receipts for several reasons.
a) the documentation was incorrect; b) the value wasn't defined for
the preview mechanism; c) the data wasn't accessible when rendering the
receipt for printing.

Fixes: LP 1820741
       LP 1821047
       LP 1821399
       LP 1822836
       LP 1822869
       LP 1823071
       LP 1823197

Signed-off-by: Dan Pearl <dpearl@cwmars.org>
15 files changed:
Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2
Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2
Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2
Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2
Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2
Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2
Open-ILS/src/templates/staff/share/print_templates/t_items_out.tt2
Open-ILS/src/templates/staff/share/print_templates/t_renew.tt2
Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2
Open-ILS/web/js/ui/default/staff/admin/workstation/app.js
Open-ILS/web/js/ui/default/staff/circ/patron/bills.js
Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js
Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js
Open-ILS/web/js/ui/default/staff/circ/renew/app.js
Open-ILS/web/js/ui/default/staff/circ/services/circ.js