From adef9c9e1a22567ad239539a80ea93940b1719f3 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Fri, 18 Mar 2016 00:02:20 +0000 Subject: [PATCH] Bug 16099: Make name required field when creating subscription field To test: 1) Notice behaviour when adding subcription field (Serials) without a name 2) Apply patch 3) Attempt to create subscription field without a name and click Save 4) Notice that you not cannot submit the form without adding the name Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt index a7f847b..7717f2c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt @@ -126,7 +126,8 @@
  1. - + + Required
  2. -- 1.7.10.4