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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-2 / +1 lines)
Lines 110-116 Link Here
110
                    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a>
110
                    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a>
111
                [% END %]
111
                [% END %]
112
                [% WRAPPER breadcrumb_item bc_active= 1 %]
112
                [% WRAPPER breadcrumb_item bc_active= 1 %]
113
                    <span>Update: [% name | html %]</span>
113
                    <span>Modify [% name | html %]</span>
114
                [% END %]
114
                [% END %]
115
            [% ELSE %]
115
            [% ELSE %]
116
                [% WRAPPER breadcrumb_item bc_active= 1 %]
116
                [% WRAPPER breadcrumb_item bc_active= 1 %]
117
- 

Return to bug 33005