View | Details | Raw Unified | Return to bug 15091
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-4 / +3 lines)
Lines 137-145 $(document).ready(function() { Link Here
137
                  [% IF checkout_info.AGE_RESTRICTION %]
137
                  [% IF checkout_info.AGE_RESTRICTION %]
138
                    Age restriction [% checkout_info.AGE_RESTRICTION %]
138
                    Age restriction [% checkout_info.AGE_RESTRICTION %]
139
                  [% END %]
139
                  [% END %]
140
                  [% IF checkout_info.DEBT %]
141
                    The patron has a debt of [% checkout_info.DEBT %] <!-- Need debt_confirmed -->
142
                  [% END %]
143
                  [% IF checkout_info.RENEW_ISSUE %]
140
                  [% IF checkout_info.RENEW_ISSUE %]
144
                    This Item is currently checked out to this patron. Renew?
141
                    This Item is currently checked out to this patron. Renew?
145
                  [% END %]
142
                  [% END %]
Lines 260-265 $(document).ready(function() { Link Here
260
                  [% IF checkout_info.UNKNOWN_BARCODE %]
257
                  [% IF checkout_info.UNKNOWN_BARCODE %]
261
                    <li>The barcode was not found [% checkout_info.barcode |html %]
258
                    <li>The barcode was not found [% checkout_info.barcode |html %]
262
                  [% END %]
259
                  [% END %]
260
                  [% IF checkout_info.DEBT %]
261
                    The patron has a debt of [% checkout_info.DEBT %] <!-- Need debt_confirmed -->
262
                  [% END %]
263
                </p>
263
                </p>
264
              [% END %]
264
              [% END %]
265
            </td>
265
            </td>
266
- 

Return to bug 15091