projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Lp 1803734: Only push on-order purchase orders in edi_order_pusher.pl.
[Evergreen.git]
/
Open-ILS
/
src
/
support-scripts
/
edi_order_pusher.pl
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
(executable)
--- 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' => {