From: Galen Charlton Date: Fri, 7 Jul 2017 21:02:01 +0000 (-0400) Subject: webstaff serials: spt OU now defaults to WS OU X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4c42ad1df1177990efb6500419ca23b576f3e738;p=working%2FEvergreen.git webstaff serials: spt OU now defaults to WS OU Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js b/Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js index c20956fae1..1585bf4d64 100644 --- a/Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js +++ b/Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js @@ -29,7 +29,7 @@ function($scope , $q , $timeout , $location , $window , $uibModal , egCore , egG if (arguments.length == 1) { templ = ''; } else { - templ = ''; + templ = ''; } gridControls = $scope.gridControls; $uibModal.open({ @@ -68,7 +68,10 @@ function($scope , $q , $timeout , $location , $window , $uibModal , egCore , egG handlers : { openPatternEditorDialog : $scope.openPatternEditorDialog }, - template : '' // FIXME i18n + template : '' + // FIXME i18n + // using a required hidden input as a way to ensure that + // the pattern wizard has been used + '' } }