[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 4eac9154f3fe122e15c4fddef729efd3924672d6
Evergreen Git
git at git.evergreen-ils.org
Wed Nov 7 09:32:43 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, rel_3_2 has been updated
via 4eac9154f3fe122e15c4fddef729efd3924672d6 (commit)
from d96d5b6bcb279f60b4add125eb33eefa3417fffb (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 4eac9154f3fe122e15c4fddef729efd3924672d6
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>
Signed-off-by: Dan Wells <dbw2 at calvin.edu>
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