LP#1679246: (follow-up) restore local whitespace consistency
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 7 Nov 2017 15:59:09 +0000 (10:59 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 7 Nov 2017 16:00:59 +0000 (11:00 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2

index 8750cfe..6b763dd 100644 (file)
@@ -7626,10 +7626,10 @@ SELECT  usr,
                        <link field="accepting_usr" reltype="has_a" key="id" map="" class="au"/>
                </links>
                <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
-            <actions>
-                <retrieve permission="VIEW_USER_TRANSACTIONS">
-                    <context link="xact" jump="usr" field="home_ou"/>
-                </retrieve>
+                       <actions>
+                               <retrieve permission="VIEW_USER_TRANSACTIONS">
+                                       <context link="xact" jump="usr" field="home_ou"/>
+                               </retrieve>
                        </actions>
                </permacrud>
        </class>
index 8a8057c..fdab723 100644 (file)
 <!-- NOTE: sorting disabled since payments are fetched via non-sortable API -->
 <br/>
 <eg-grid
- main-label="[% l('Payments') %]"
- idl-class="mbp"
- id-field="id"
- grid-controls="paymentGridControls"
- page-size="10"
- dateformat="{{$root.egDateAndTimeFormat}}">
- <eg-grid-action 
-   label="[% l('Edit Note') %]" handler="editPaymentNotes"></eg-grid-action>
-
-<eg-grid-field path="cash_payment.cash_drawer.name" parent-idl-class="mbp"
-   label="[% l('Cash Drawer') %]"></eg-grid-field>
-
- <eg-grid-field path="accepting_usr">{{item.staff_name}} ({{item.staff_barcode}}) @ {{item.staff_org}}</eg-grid-field>
-
- <eg-grid-field path="amount"></eg-grid-field>
- <eg-grid-field path="id"></eg-grid-field>
- <eg-grid-field path="note"></eg-grid-field>
- <eg-grid-field path="payment_ts"></eg-grid-field>
- <eg-grid-field path="payment_type"></eg-grid-field>
- <eg-grid-field path="xact"></eg-grid-field>
- <eg-grid-field path="voided"></eg-grid-field>
-
- <eg-grid-field path="accepting_usr.family_name" name="staff_name"
-   label="[% l('Staff Last Name') %]" hidden required></eg-grid-field>
-
- <eg-grid-field path="accepting_usr.card.barcode" name="staff_barcode"
-   label="[% l('Staff Barcode') %]" hidden required></eg-grid-field>
-
- <eg-grid-field path="accepting_usr.home_ou.shortname" name="staff_org"
-   label="[% l('Staff Org Unit') %]" hidden required></eg-grid-field>
 main-label="[% l('Payments') %]"
 idl-class="mbp"
 id-field="id"
 grid-controls="paymentGridControls"
 page-size="10"
 dateformat="{{$root.egDateAndTimeFormat}}">
+  <eg-grid-action
+    label="[% l('Edit Note') %]" handler="editPaymentNotes"></eg-grid-action>
+
+  <eg-grid-field path="cash_payment.cash_drawer.name" parent-idl-class="mbp"
+    label="[% l('Cash Drawer') %]"></eg-grid-field>
+
 <eg-grid-field path="accepting_usr">{{item.staff_name}} ({{item.staff_barcode}}) @ {{item.staff_org}}</eg-grid-field>
+
 <eg-grid-field path="amount"></eg-grid-field>
 <eg-grid-field path="id"></eg-grid-field>
 <eg-grid-field path="note"></eg-grid-field>
 <eg-grid-field path="payment_ts"></eg-grid-field>
 <eg-grid-field path="payment_type"></eg-grid-field>
 <eg-grid-field path="xact"></eg-grid-field>
 <eg-grid-field path="voided"></eg-grid-field>
+
 <eg-grid-field path="accepting_usr.family_name" name="staff_name"
+    label="[% l('Staff Last Name') %]" hidden required></eg-grid-field>
+
 <eg-grid-field path="accepting_usr.card.barcode" name="staff_barcode"
+    label="[% l('Staff Barcode') %]" hidden required></eg-grid-field>
+
 <eg-grid-field path="accepting_usr.home_ou.shortname" name="staff_org"
+    label="[% l('Staff Org Unit') %]" hidden required></eg-grid-field>
 
 </eg-grid>