From 36308204b8c311602173fa6a606ac7275c53c47f Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 28 Jun 2017 14:40:02 -0400 Subject: [PATCH 1/1] lp1661685 webstaff: add money.grocery to pcrud and add a single column called Location to the Bills interface which shows either the circ.circ_lib or the grocery.billing_location for a given xact and the specific columns for both xact types Signed-off-by: Jason Etheridge Signed-off-by: Andrea Neiman --- Open-ILS/examples/fm_IDL.xml | 7 ++++++- .../templates/staff/circ/patron/t_bills_list.tt2 | 13 +++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 00734a8f04..b5e383dcfb 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -6500,7 +6500,7 @@ SELECT usr, - + @@ -6523,6 +6523,11 @@ SELECT usr, + + + + + 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 db1d85c888..68511ad704 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 @@ -79,11 +79,15 @@ + label="[% l('Circulation Modifier') %]" name="circ_modifier" hidden> + label="[% l('Circulation Library') %]" name="circ_lib" hidden> + + + + {{item['grocery.billing_location.shortname']||item['circulation.circ_lib.shortname']}} @@ -91,7 +95,12 @@ name="payment_pending"> + + + -- 2.43.2