From fcae4c06264a3e440a79a36b78ecd591569898be Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Wed, 30 May 2018 10:28:51 -0400 Subject: [PATCH] LP1773417: Allow empty volumes when stat cats are required Signed-off-by: Jason Boyer --- Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 index 9d6d2a4918..096e82bde6 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 @@ -447,7 +447,7 @@ ng-change="statcatUpdate(sc.id())" ng-model="working.statcats[sc.id()]" ng-options="e.id() as e.value() for e in sc.entries()" - ng-required="sc.required() == 't' && !working.statcats_multi[sc.id()]"> + ng-required="sc.required() == 't' && !(working.statcats_multi[sc.id()] || only_vols)"> -- 2.43.2