From 670f00cbaf74653f84353285cea3dda5c3ed82ae Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 4 Feb 2021 20:56:11 +0000 Subject: [PATCH] Bug 27606: Add link back to vendor in breadcrumbs for parcel.tt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index ca87c8c2de..855b044d50 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -29,7 +29,7 @@ [ [% invoice | html %] ] [% END %] [% ELSE %] - Receive orders from [% name | html %] + [% name | html %] › Receive orders from [% name | html %] [% END %] -- 2.20.1