webstaff serials: never print routing list for 'reset items' action
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 29 Jun 2017 19:49:45 +0000 (15:49 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 29 Jun 2017 19:49:45 +0000 (15:49 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/serials/directives/view-items-grid.js

index 27fc3aa..244f3be 100644 (file)
@@ -342,7 +342,7 @@ function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider , orderByF
     $scope.reset_selected = function (list) {
         return egSerialsCoreSvc.process_items('reset', $scope.bibId, list.map(function(item) {
             return egCore.idl.Clone(egSerialsCoreSvc.itemMap[item.id]);
-        }), false, false, $scope.do_print_routing_lists, function(){reload($scope.ssubId,_paging_filter)});
+        }), false, false, false, function(){reload($scope.ssubId,_paging_filter)});
     }
 
     $scope.bind_selected = function (list) {