From 0ea6401c3175f97131aabc43b4ffe342720d58bb 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 --- 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..4e9e631e7d 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.30.2