From 2636fb55948b6ab0fa2146c491ee200f77baf877 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 14 Sep 2022 13:23:58 +0000 Subject: [PATCH] Bug 31564: Pass start label in PDF link To test: 1 - Tools->Lbel creator 2 - Make a new batch 3 - Add an item 4 - Click 'export' on the single item 5 - Enter a starting label position greater than 1 6 - Click Export 7 - Click Download as PDF 8 - Note label in 1st position 9 - Apply patch 10 - Repeat and note label position now honored Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt index d2aed0b909..1c5d90c5ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt @@ -22,7 +22,7 @@
[% IF ( batche.label_ids ) %] [% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %] - Download as PDF + Download as PDF

Download as CSV

-- 2.20.1