Browse Source

Bug 29513: (QA follow-up) Fix TT filters

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
22.05.x
Katrin Fischer 2 years ago
committed by Fridolin Somers
parent
commit
677426b8f3
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt

4
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt

@ -33,10 +33,10 @@ Batch list
<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
</li>
<li>
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% booksellername | html %]</a>
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
</li>
<li>
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Basket [% basketno | html %]</a>
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
</li>
<li>
<a href="#" aria-current="page">Add orders from MARC file</a>

Loading…
Cancel
Save