From: Cesar Velez Date: Mon, 30 Apr 2018 19:12:53 +0000 (-0400) Subject: LP#1738893-allow saving required statcats in multi record vol-copy edit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aad51f17a2b3d1b7d4ac3af6bbd2d51e148dff2f;p=evergreen%2Fpines.git LP#1738893-allow saving required statcats in multi record vol-copy edit This change allows the user to set a required stat cat for multiple record copies in the Volcopy editor. Signed-off-by: Cesar Velez Signed-off-by: Kathy Lussier --- 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 aebd2beb9d..d1a692ccb8 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 @@ -446,7 +446,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'"> + ng-required="sc.required() == 't' && !working.statcats_multi[sc.id()]">