LP#1830387: (follow-up) normalize whitespace
authorGalen Charlton <gmc@equinoxOLI.org>
Fri, 5 Nov 2021 22:18:59 +0000 (18:18 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 5 Nov 2021 22:18:59 +0000 (18:18 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js
Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js

index a812a5c..fcdfccf 100644 (file)
@@ -349,7 +349,7 @@ function($scope , $q , $routeParams , egCore , egUser , patronSvc ,
             alias : cusr.alias(),
             has_email : Boolean($scope.has_email_address()),
             has_phone : Boolean(cusr.day_phone() || cusr.evening_phone() || cusr.other_phone()),
-                       juvenile : cusr.juvenile()
+            juvenile : cusr.juvenile()
         };
 
         return egCore.print.print({
index d559c41..eaf53f3 100644 (file)
@@ -417,7 +417,7 @@ function($scope , $q , $routeParams , $timeout , egCore , egUser , patronSvc ,
             alias : cusr.alias(),
             has_email : Boolean(patronSvc.current.email() && patronSvc.current.email().match(/.*@.*/)),
             has_phone : Boolean(cusr.day_phone() || cusr.evening_phone() || cusr.other_phone()),
-                       juvenile : cusr.juvenile()
+            juvenile : cusr.juvenile()
         };
 
         return egCore.print.print({