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>
<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>