From 0186214e9c98fa779c3f5e8e7c87066d04bb10b8 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 is none 4. edit that batch 5. then you should see "Call number" in the column names 6. apply this patch 7. install the fr_FR locale 8. refresh the page 9. then you should see "Cote" in the column names Signed-off-by: Your Name --- 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