From: Dan Briem Date: Fri, 9 Aug 2019 03:45:40 +0000 (-0400) Subject: LP#1780283 Checking One Bill Checks Them All X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ad26b08d9a4bbe9101ce230a5854b7684e2d2686;p=evergreen%2Ftadl.git LP#1780283 Checking One Bill Checks Them All Under Patron->Bills->History if Bill # isn't visible for the Transactions grid or Payment ID isn't visible for Payments grid, rows can't be selected individually. This adds the required attribute to those field directives. 1. Under a patron account with multiple bills, go to Bills->History 2. Remove Bill # from the Transactions grid 3. Try to select an individual row (note all rows are selected) 4. Apply patch and repeat steps 1-3 (note rows are selected individually) Signed-off-by: Dan Briem Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bill_history_payments.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bill_history_payments.tt2 index bbea99843a..5c31297d9b 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bill_history_payments.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bill_history_payments.tt2 @@ -11,7 +11,7 @@ label="[% l('Full Details') %]" handler="showFullDetails"> - + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2 index b429440805..4be0ef08b6 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2 @@ -16,7 +16,7 @@ label="[% l('Print Bills') %]" handler="printBills"> - +