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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 75-81 Link Here
75
[% END %]
75
[% END %]
76
76
77
[% IF alert.RETURNED_FROM_ANOTHER %]
77
[% IF alert.RETURNED_FROM_ANOTHER %]
78
    <div class="dialog alert">Item was checked out to [% INCLUDE 'patron-title.inc' patron=alert.RETURNED_FROM_ANOTHER.patron %]  ([% alert.RETURNED_FROM_ANOTHER.patron.cardnumber %]) and was returned automatically.</div>
78
    <div class="dialog alert">Item was checked out to [% INCLUDE 'patron-title.inc' patron = alert.RETURNED_FROM_ANOTHER.patron %] and was returned automatically.</div>
79
[% END %]
79
[% END %]
80
80
81
[% IF ( nopermission ) %]
81
[% IF ( nopermission ) %]
82
- 

Return to bug 17171