From 346c9ed47077616d5c6489c12c23e2efa49fb80e Mon Sep 17 00:00:00 2001 From: Skye Howard Date: Tue, 10 Oct 2017 20:58:45 +0000 Subject: [PATCH] LP#1679246: Patron billing add staff user Added column to match XUL client of 'Accepting User' to display username(barcode) @ home org unit Signed-off-by: Alex Cautley modified: Open-ILS/examples/fm_IDL.xml modified: Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 Signed-off-by: Cesar Velez Signed-off-by: Galen Charlton --- Open-ILS/examples/fm_IDL.xml | 9 ++++- .../staff/circ/patron/t_xact_details.tt2 | 40 ++++++++++++++----- 2 files changed, 37 insertions(+), 12 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 4e4e9690dd..8750cfe17f 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7594,7 +7594,7 @@ SELECT usr, - + @@ -7625,6 +7625,13 @@ SELECT usr, + + + + + + + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 index 032a726d92..8a8057cf34 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 @@ -130,18 +130,36 @@
- + main-label="[% l('Payments') %]" + idl-class="mbp" + id-field="id" + grid-controls="paymentGridControls" + page-size="10" + dateformat="{{$root.egDateAndTimeFormat}}"> + + + + + {{item.staff_name}} ({{item.staff_barcode}}) @ {{item.staff_org}} + + + + + + + + + + + + - + -- 2.43.2