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

Evergreen Git git at git.evergreen-ils.org
Tue Jan 15 20:51:58 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, master has been updated
       via  b5c8093db947e2c4abcd77f23e58df97f830d9dd (commit)
      from  3493da5b8ac5939ac9d50ec8df6d9d8e8aae4e0b (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 b5c8093db947e2c4abcd77f23e58df97f830d9dd
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