[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 2a95e3bef4be9acf5a5c2e6cff091e86279ee358

Evergreen Git git at git.evergreen-ils.org
Mon Sep 9 16:12:51 EDT 2019


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  2a95e3bef4be9acf5a5c2e6cff091e86279ee358 (commit)
      from  bb9e2511b2e57610c347c9c0b63d969ce16d5d77 (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 2a95e3bef4be9acf5a5c2e6cff091e86279ee358
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Oct 15 11:32:58 2014 -0400

    Ensure "Reshelved" copies are still reshelving
    
    Rather than "were reshelving when the query started"
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
index 97df335e21..38ff40d136 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
@@ -226,6 +226,7 @@ sub complete_reshelving {
             WHERE cp.status = 7
                 AND cp.status_changed_time < NOW() - CAST( COALESCE( BTRIM( (SELECT value FROM actor.org_unit_ancestor_setting('circ.reshelving_complete.interval', cp.circ_lib)),'"' ), ? )  AS INTERVAL)
           )
+          AND status = 7
     SQL
     my $sth = action::circulation->db_Main->prepare_cached($sql);
     $sth->execute($window);

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

Summary of changes:
 .../src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm     | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list