From: Bill Erickson Date: Tue, 7 Aug 2018 20:26:27 +0000 (-0400) Subject: LP#1785887 edi_order_pusher.pl sets message account X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0c2ff611bfa269028fab7e35034432377d76b848;p=evergreen%2Fpines.git LP#1785887 edi_order_pusher.pl sets message account Apply the edi_message.account value when sending EDI order messages via edi_order_pusher.pl. This solves a problem where EDI ORDERS message were not visible in the interface, because there was no way to complete the permission check. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/support-scripts/edi_order_pusher.pl b/Open-ILS/src/support-scripts/edi_order_pusher.pl index c6c8c11dfe..5489b75187 100755 --- a/Open-ILS/src/support-scripts/edi_order_pusher.pl +++ b/Open-ILS/src/support-scripts/edi_order_pusher.pl @@ -195,6 +195,7 @@ for $po_id (@$po_ids) { if (!$po->provider->edi_default) { announce('error', "Provider for PO $po_id has no default EDI ". "account, EDI message will not be sent."); + next; }