From 037b246fbd6e5f2bad03e5fb41966d263112a85b Mon Sep 17 00:00:00 2001 From: Aleisha Date: Fri, 18 Mar 2016 00:02:20 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 16099: Make name required field when creating subscription field Content-Type: text/plain; charset="utf-8" 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 Signed-off-by: Owen Leonard --- 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. -- 2.1.4