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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +4 lines)
Lines 183-188 Link Here
183
                  [% IF checkout_info.PREVISSUE %]
183
                  [% IF checkout_info.PREVISSUE %]
184
                      <li>This item has previously been checked out to this patron.</li>
184
                      <li>This item has previously been checked out to this patron.</li>
185
                  [% END %]
185
                  [% END %]
186
187
                  [% IF checkout_info.DEBT %]
188
                      <li><i class="fa fa-li fa-warning"></i>The patron has a debt of [% checkout_info.DEBT | $Price %].</li>
189
                  [% END %]
186
                </ul>
190
                </ul>
187
              [% END %]
191
              [% END %]
188
192
189
- 

Return to bug 23780