From 37c938784733dd8e80fe0d480ffe734c4272e9f0 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 1 Feb 2021 12:13:03 +0000 Subject: [PATCH] Bug 27582: Fix breadcrumb for POS > Library details page This patch adds a link back to the top level 'Point of sale' page in the breadcrumb for the 'Library details' summary page. Test plan 1/ Enable 'UseCashRegisters' and 'EnablePointOfSale' 2/ Navigate to 'Point of sale' > 'Library details' 3/ Note the breadcrumb now includes the unlinked' Library details' page title and a linked 'Point of sale' in the list. 4/ Signoff Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit 05bfbe629f9e34b75fac641a461cf93574c1964d) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt index 493a4fd889..97b2d93096 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt @@ -13,7 +13,11 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] - +
-- 2.39.2