From ed08af4c9730296c846b86c1c5d6847287de39bc Mon Sep 17 00:00:00 2001 From: Dan Briem Date: Tue, 8 Dec 2020 15:42:48 -0500 Subject: [PATCH] LP#705693 Check Number in Bill History Adds the check number field to the Bill History payment grids (hidden by default). To test: 1. Bill patron and apply a check payment with a check number 2. Go to Bills->History->Payments and note check number is not an option (drop-down on top-right of grid shows the list) 3. Right-click the payment line->Full Details->Details and note check number is not an option on the bottom payments grid 4. Apply patch (may need to clear cache especially on Firefox) 5. Repeat steps 2-3 and note check number is an available option Signed-off-by: Dan Briem Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/circ/patron/t_bill_history_payments.tt2 | 2 ++ Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2 | 3 +++ 2 files changed, 5 insertions(+) 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 e21a3019ad..1b8ea09dc9 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 @@ -79,6 +79,8 @@ --> + + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2 index 1887cbecb1..7a0b3a6a8f 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2 @@ -56,6 +56,9 @@ + + -- 2.11.0