From: Galen Charlton Date: Fri, 21 Sep 2018 20:46:17 +0000 (-0400) Subject: LP#1791340: expand on comment about backdated checkin times X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6f03a3a1ad0a6dbba67ca29c7d57a504a1d32c12;p=Evergreen.git LP#1791340: expand on comment about backdated checkin times Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js b/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js index c750f43ef5..0d928c326c 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js +++ b/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js @@ -131,6 +131,10 @@ function($scope , $q , $window , $location , $timeout , egCore , checkinSvc , eg var params = angular.copy(args); // a backdate of 'today' is not really a backdate + // (and this particularly matters when checking in hourly + // loans, as backdated checkins currently get the time + // portion of the checkin time from the due date; this will + // stop mattering when FIXME bug 1793817 is dealt with) if (!$scope.is_backdate()) delete params.backdate;