From f6cea03d0d017e2a1581aacdba096286f4002aa4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 21 Sep 2018 16:46:17 -0400 Subject: [PATCH] LP#1791340: expand on comment about backdated checkin times Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/staff/circ/checkin/app.js | 4 ++++ 1 file changed, 4 insertions(+) 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 fb747b86b6..6d71f6c6dd 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 @@ -139,6 +139,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; -- 2.43.2