[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. bfbf1fe8c91092ddf7efba49ea4104a23aa7f80e
Evergreen Git
git at git.evergreen-ils.org
Tue Jan 15 20:52:31 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_1 has been updated
via bfbf1fe8c91092ddf7efba49ea4104a23aa7f80e (commit)
from fb7e842572373d392df3002bbf79c93d89cbb01b (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 bfbf1fe8c91092ddf7efba49ea4104a23aa7f80e
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