From 0b338019767f049f4853d52caa9e192710cc1d66 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 Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- 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 a7f847bf6c..7717f2cc7c 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.39.5