LP1818303 Add Approval Code to Bill History Grid
authorDan Briem <dbriem@wlsmail.org>
Fri, 5 Aug 2022 18:43:11 +0000 (14:43 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 27 Oct 2022 23:40:19 +0000 (19:40 -0400)
Adds the credit card payment approval code to the payments grid
under bill history in the patron record.

Signed-off-by: Dan Briem <dbriem@wlsmail.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/templates/staff/circ/patron/t_bill_history_payments.tt2

index 1b8ea09..9ae75d2 100644 (file)
@@ -81,6 +81,9 @@
     -->
 
     <eg-grid-field path="check_payment.check_number" label="[% l('Check Number') %]" hidden></eg-grid-field>
+    <eg-grid-field path="credit_card_payment.approval_code"
+      label="[% l('Approval Code') %]" hidden>
+    </eg-grid-field>
   </eg-grid>
 </div>