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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-2 / +1 lines)
Lines 60-66 function Check(ff) { Link Here
60
    ›
60
    ›
61
    <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
61
    <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
62
    &rsaquo;
62
    &rsaquo;
63
    <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=[% booksellerid %]">[% booksellername %]</a>
63
    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a>
64
    &rsaquo;
64
    &rsaquo;
65
    [% IF ( add_form ) %]
65
    [% IF ( add_form ) %]
66
        <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a>
66
        <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a>
67
- 

Return to bug 7113