Change #5086
Category | None |
Changed by | Jason Boyer <jboyer | @library.in.gov>
Changed at | Fri 16 Feb 2018 08:35:43 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 870569b06ff9b40e62ccdd65c7378920c67f1347 |
Comments
LP1737540: Add Patron Information to Receipts Adds the following fields to a patron object on print_data: first_given_name second_given_name family_name suffix barcode money_summary.balance_owed money_summary.total_paid money_summary.total_owed expire_date alias has_email has_phone On the following receipts: Checkout, Items Out, and Bill Payment. (money_summary left out on bill payment because it will always be out of date.) Signed-off-by: Jason Boyer <jboyer@library.in.gov> Signed-off-by: Jason Stephenson <jason@sigio.com>
Changed files
- Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2
- Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2
- Open-ILS/src/templates/staff/share/print_templates/t_items_out.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