From 445d68a1883fd07d65136dac391d3595c8f42941 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 8 Oct 2013 15:44:21 +0200 Subject: [PATCH] Bug 8015: The template name is a required field Test plan: Try to add a template with an empty string as name. --- .../prog/en/modules/tools/marc_modification_templates.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt index 4ad56ac..1003271 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -481,8 +481,8 @@ function setSelectByValue( selectId, value ) {
Create a new template - - + + -- 1.7.10.4