From: Galen Charlton <gmc@equinoxinitiative.org>
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=f6cea03d0d017e2a1581aacdba096286f4002aa4;p=evergreen%2Fjoelewis.git

LP#1791340: expand on comment about backdated checkin times

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
---

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;