LP#1980257: (follow-up) add balance owed to the pending grid as well
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 12 Jul 2022 13:36:13 +0000 (09:36 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 12 Jul 2022 13:36:13 +0000 (09:36 -0400)
Doing this maintains symmetry between the user bucket grid
and the pending user grid and supports workflows where a staff
member may wish to check the patron balance before adding a
user to a bucket.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/templates/staff/circ/patron/bucket/t_pending.tt2

index 39d1e1e..d19e231 100644 (file)
@@ -57,5 +57,6 @@
   <eg-grid-field label="[% l('Middle Name') %]" path="second_given_name" visible></eg-grid-field>
   <eg-grid-field label="[% l('Last Name') %]" path="family_name" visible></eg-grid-field>
   <eg-grid-field label="[% l('Home Library') %]"    path="home_ou.name" visible></eg-grid-field>
+  <eg-grid-field label="[% l('Balance Owed') %]" path="money_summary.balance_owed" visible></eg-grid-field>
 
 </eg-grid>