From d8ce3280ba479ebb49dd2a1a2084e77f4bb35d88 Mon Sep 17 00:00:00 2001 From: Victor Grousset Date: Fri, 27 Oct 2017 11:51:21 +0200 Subject: [PATCH] Bug 19522: Label creator: edit batch: make Call number translatable Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=batch 3. create a batch if there none 4. edit that batch 5. then you should see "Call number" in the column names 6. apply this patch 7. refresh the page 8. then you should see "Cote" in the column names --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt index ed905a9..4cdd635 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt @@ -249,6 +249,8 @@ Summary [% CASE "Item type" %] Item type + [% CASE "Call number" %] + Call number [% CASE "Barcode" %] Barcode [% CASE "Select" -%] -- 2.7.4