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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-2 / +1 lines)
Lines 18-24 Link Here
18
    [% t("Patrons") | html %] ›
18
    [% t("Patrons") | html %] ›
19
[% ELSIF ( caller == 'recall' ) %]
19
[% ELSIF ( caller == 'recall' ) %]
20
    [% t("Recall print receipt") | html %] ›
20
    [% t("Recall print receipt") | html %] ›
21
    [% t("Circulation") | html %] &rsqaquo;
21
    [% t("Circulation") | html %] ›
22
[% ELSIF ( title ) %][%# FIXME title is never defined %]
22
[% ELSIF ( title ) %][%# FIXME title is never defined %]
23
    [% title | html %] ›
23
    [% title | html %] ›
24
    [% t("Patrons") | html %] ›
24
    [% t("Patrons") | html %] ›
25
- 

Return to bug 38713