From e04b3ef0685f2bbe8a25b65181c937b8eb5e34d3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 30 Nov 2014 08:18:11 +0100 Subject: [PATCH] Bug 12565: Acq: Fix broken link in breadcrumbs The link back to the basket when creating an order by searching for an existing record in the catalog is broken. To test: - Start a new basket - Create a new order line by searching for an existing record in your catalog - Try the link back to the basket from the breadcrumbs at the result list page - Verify that the link is broken - Apply patch and retest Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt index c466cd1f59..4911b62e50 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -22,7 +22,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - +
-- 2.20.1