[open-ils-commits] [GIT] Evergreen ILS branch master updated. c193f41f75f57d3d480d0f572c1ecbf8b6dd6231

Evergreen Git git at git.evergreen-ils.org
Wed Nov 7 09:31:24 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  c193f41f75f57d3d480d0f572c1ecbf8b6dd6231 (commit)
      from  e067e004fe0c834264bbd7d210d542ee1c42894f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c193f41f75f57d3d480d0f572c1ecbf8b6dd6231
Author: Bill Erickson <berickxx at gmail.com>
Date:   Wed Nov 7 09:27:30 2018 -0500

    LP#1635737 Due date DST noncat thinko fix
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/NonCat.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/NonCat.pm
index da23bf3..39b3a21 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/NonCat.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/NonCat.pm
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 .../lib/OpenILS/Application/Circ/NonCat.pm         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list