Bug 27606: Add link back to vendor in breadcrumbs for parcel.tt
To Test: 1. recieve an order: When receiving, we get these breadcrumbs: Home › Acquisitions › Receive orders from My Vendor 2. apply patch Now we get these breadcrumbs: Home › Acquisitions › My Vendor› Receive orders from My Vendor 3. Make sure the link sends you back to the correct vendor Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
6932e05569
commit
670f00cbaf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
<em>[ [% invoice | html %] ]</em>
|
||||
[% END %]
|
||||
[% ELSE %]
|
||||
Receive orders from [% name | html %]
|
||||
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a> › Receive orders from [% name | html %]
|
||||
[% END %]
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue