LP#1791340: expand on comment about backdated checkin times
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 21 Sep 2018 20:46:17 +0000 (16:46 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 21 Sep 2018 20:46:17 +0000 (16:46 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/circ/checkin/app.js

index fb747b8..6d71f6c 100644 (file)
@@ -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;