From f0be7d2b027c8c13c410792e1618334502586573 Mon Sep 17 00:00:00 2001
From: Victor Grousset <victor.grousset@biblibre.com>
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: Simon Pouchol <simon.pouchol@biblibre.com>
---
 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 @@
                                                                     <th class="anti-the">Summary</th>
                                                                 [% CASE "Item type" %]
                                                                     <th>Item type</th>
+                                                                [% CASE "Call number" %]
+                                                                    <th>Call number</th>
                                                                 [% CASE "Barcode" %]
                                                                     <th>Barcode</th>
                                                                 [% CASE "Select" -%]
-- 
2.7.4