From: Skye Howard Date: Tue, 10 Oct 2017 20:58:45 +0000 (+0000) Subject: LP(1679246) Patron billing add staff user X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Facautley%2Flp1679246-PatronBillingStaffColumn;p=working%2FEvergreen.git 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: Acautley modified: Open-ILS/examples/fm_IDL.xml modified: Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 --- 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}} + + + + + + + + + + + + - +