LP#1635737 Due date DST noncat thinko fix
authorBill Erickson <berickxx@gmail.com>
Wed, 7 Nov 2018 14:27:30 +0000 (09:27 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 7 Nov 2018 14:29:06 +0000 (09:29 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/NonCat.pm

index da23bf3..39b3a21 100644 (file)
@@ -188,8 +188,8 @@ sub noncat_due_date {
 
     my $tz = $U->ou_ancestor_setting_value(
         $circ->circ_lib,
-        'lib.timezone',
-        $self->editor
+        'lib.timezone', 
+        $e,
     ) || 'local';
 
     my $duedate = $_dt_parser