[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 22e1b3f91fa617708f26211138d2e016f1bafd06

Evergreen Git git at git.evergreen-ils.org
Tue Jan 15 20:52:51 EST 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  22e1b3f91fa617708f26211138d2e016f1bafd06 (commit)
      from  970c3027abb88335ae040566d679288a4bc0ec6e (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 22e1b3f91fa617708f26211138d2e016f1bafd06
Author: Jason Stephenson <jason at sigio.com>
Date:   Thu Jan 10 13:45:45 2019 -0500

    Lp 1803734: Only push on-order purchase orders in edi_order_pusher.pl.
    
    Add a check for the state of purchase orders being on-order when
    gathering them in edi_order_pusher.pl.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>

diff --git a/Open-ILS/src/support-scripts/edi_order_pusher.pl b/Open-ILS/src/support-scripts/edi_order_pusher.pl
index c6c8c11..4aaa965 100755
--- a/Open-ILS/src/support-scripts/edi_order_pusher.pl
+++ b/Open-ILS/src/support-scripts/edi_order_pusher.pl
@@ -129,6 +129,7 @@ if ($po_id) {
         },
         where => {
             '+acqpo' => {
+                state => 'on-order', # on-order only
                 order_date => {'!=' => undef} # activated
             },
             '+acqpro' => {

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

Summary of changes:
 Open-ILS/src/support-scripts/edi_order_pusher.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list