From eea266a15ded37c91ae272db33fac0548035f8d5 Mon Sep 17 00:00:00 2001 From: Mike Risher Date: Thu, 13 Feb 2020 21:02:09 +0000 Subject: [PATCH 1/1] lp1668352 Add barcode to patron neg balance grid Add a barcode column to the existing Patron Negative Balance Grid. It should be hyperlinked and link to the relevant patron. Signed-off-by: Mike Risher Signed-off-by: Dawn Dale Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- .../staff/admin/local/circ/neg_balance_users.tt2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 b/Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 index 8291796a26..b7af3cbfdb 100644 --- a/Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 @@ -39,8 +39,12 @@ - + + + {{item.usr.card().barcode()}} + + @@ -48,8 +52,8 @@ - + -- 2.43.2