From ea957a9c63142a6e50e60b4089cfd28cc7c2dbf9 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 12 Dec 2018 21:56:55 -0500 Subject: [PATCH] LP#1662535 Patron Bill Grid Columns 1) Adding missing columns, including: - Call Number - Owning Library - Shelving Location - Last Billing Note - Last Billing Timestamp - Last Payment Timestamp - Last payment Note - Last Payment Type 2) Corrected path for Type 3) Changed column name for Location to 'Billing Location' and the former Billing Location to 'Grocery Billing Location' for clarity Signed-off-by: Terran McCanna Signed-off-by: John Amundson Signed-off-by: Jason Stephenson --- .../staff/circ/patron/t_bills_list.tt2 | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 index 6c3d2c15f7..78c097759e 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 @@ -55,7 +55,19 @@ - + + + + + + + + + + @@ -88,7 +100,7 @@ label="[% l('Circulation Library') %]" name="circ_lib" hidden> - + {{item['grocery.billing_location.shortname']||item['circulation.circ_lib.shortname']}} @@ -98,7 +110,7 @@ - @@ -110,6 +122,10 @@ path='circulation.circ_lib.shortname' required hidden> - + + + + + -- 2.43.2