From e79e1a87b9560333c75bdce9cc013e330d1a9c6e 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 --- 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 65f593a1dc..ebf468c4fc 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.11.0