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 128-136 $(document).ready(function() { Link Here
128
                  [% IF checkout_info.AGE_RESTRICTION %]
128
                  [% IF checkout_info.AGE_RESTRICTION %]
129
                    Age restriction [% checkout_info.AGE_RESTRICTION %]
129
                    Age restriction [% checkout_info.AGE_RESTRICTION %]
130
                  [% END %]
130
                  [% END %]
131
                  [% IF checkout_info.DEBT %]
132
                    The patron has a debt of [% checkout_info.DEBT %] <!-- Need debt_confirmed -->
133
                  [% END %]
134
                  [% IF checkout_info.RENEW_ISSUE %]
131
                  [% IF checkout_info.RENEW_ISSUE %]
135
                    This Item is currently checked out to this patron. Renew?
132
                    This Item is currently checked out to this patron. Renew?
136
                  [% END %]
133
                  [% END %]
Lines 251-256 $(document).ready(function() { Link Here
251
                  [% IF checkout_info.UNKNOWN_BARCODE %]
248
                  [% IF checkout_info.UNKNOWN_BARCODE %]
252
                    <li>The barcode was not found [% checkout_info.barcode |html %]
249
                    <li>The barcode was not found [% checkout_info.barcode |html %]
253
                  [% END %]
250
                  [% END %]
251
                  [% IF checkout_info.DEBT %]
252
                    The patron has a debt of [% checkout_info.DEBT %] <!-- Need debt_confirmed -->
253
                  [% END %]
254
                </p>
254
                </p>
255
              [% END %]
255
              [% END %]
256
            </td>
256
            </td>
257
- 

Return to bug 15091