From 69f14123ea9ba3f3a0fa10f3c77e9538a37b866f Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 6 Jun 2017 16:59:02 -0400 Subject: [PATCH] LP#1671596 webstaff: add Adjust to Zero option to Bill UI To test ------- 1. Apply patch. 2. Go to a patron record that has one or more active billings. 3. Note that in the billing grid, there is now an "Adjust to Zero" action. 4. Select one or more billings and apply the action. 5. Verify that the billings are adjusted to zero and that the adjustments show up as "payments". Signed-off-by: Jason Etheridge Signed-off-by: Andrea Neiman Signed-off-by: Galen Charlton --- .../src/templates/staff/circ/patron/index.tt2 | 2 ++ .../staff/circ/patron/t_bills_list.tt2 | 3 ++ .../js/ui/default/staff/circ/patron/bills.js | 31 +++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index b017f19c9f..f140dab054 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -35,6 +35,8 @@