From: Galen Charlton Date: Fri, 5 Nov 2021 22:18:59 +0000 (-0400) Subject: LP#1830387: (follow-up) normalize whitespace X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ddc6710e27439e42e36df4f6bf26cba26b1d4543;p=evergreen%2Fmasslnc.git LP#1830387: (follow-up) normalize whitespace Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js b/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js index a812a5c2ee..fcdfccf70e 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js @@ -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({ diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js b/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js index d559c41118..eaf53f31af 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js @@ -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({