Skip to content

Commit ba4f1c3

Browse files
IanSkelskeysandbergja
authored andcommitted
LP#2093358: Correct misleading comment in offline.js
Fixes an incorrect comment regarding vis_level values in offline.js - The comment incorrectly described '2' as 'all', corrected to 'required' - This change clarifies the expected usage of vis_level settings Release-Note: Corrects misleading comment explaining vis_level values in offline.js Signed-off-by: Ian Skelskey <[email protected]> Signed-off-by: Jane Sandberg <[email protected]>
1 parent 6344b23 commit ba4f1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Open-ILS/web/js/ui/default/staff/offline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ function($scope , $routeParams , $q , $uibModal , $window , egCore ,
15201520

15211521
$scope.edit_passthru = {};
15221522

1523-
// 0=all, 1=suggested, 2=all
1523+
// 0=all, 1=suggested, 2=required
15241524
$scope.edit_passthru.vis_level = 2;
15251525

15261526
// Apply default values for new patrons during initial registration

0 commit comments

Comments
 (0)