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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +2 lines)
Lines 1-4 Link Here
1
[% USE KohaBranchName %]
1
[% USE Branches %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% IF ( export_remove_fields OR export_with_csv_profile ) %]
3
[% IF ( export_remove_fields OR export_with_csv_profile ) %]
4
   [% SET exports_enabled = 1 %]
4
   [% SET exports_enabled = 1 %]
Lines 405-411 var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); Link Here
405
        [% END %]
405
        [% END %]
406
406
407
        [% IF ( ITEMNOTSAMEBRANCH ) %]
407
        [% IF ( ITEMNOTSAMEBRANCH ) %]
408
            <li>This item belongs to [% itemhomebranch | $KohaBranchName %] and cannot be checked out from this location.</li>
408
            <li>This item belongs to [% Branches.GetName( itemhomebranch ) %] and cannot be checked out from this location.</li>
409
        [% END %]
409
        [% END %]
410
410
411
        [% IF ( USERBLOCKEDREMAINING ) %]
411
        [% IF ( USERBLOCKEDREMAINING ) %]
412
- 

Return to bug 10626