[open-ils-commits] [GIT] Evergreen ILS branch master updated. d05def6ecadb234933a1c50ba5489f63ee42173a
Evergreen Git
git at git.evergreen-ils.org
Thu Jan 25 13:47:47 EST 2018
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 d05def6ecadb234933a1c50ba5489f63ee42173a (commit)
from d9a71de9fa7f139f219303667adec4c8fc9bc77a (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 d05def6ecadb234933a1c50ba5489f63ee42173a
Author: Bill Erickson <berickxx at gmail.com>
Date: Tue Dec 19 17:50:38 2017 -0500
LP#1739465 EDI consistent use of buyer org unit san
Use the org unit (buyer) SAN instead of the the seller SAN when the
BUYER_ID_INCLUDE_VENDCODE EDI attribute is enabled.
Signed-off-by: Bill Erickson <berickxx at gmail.com>
Signed-off-by: Jason Boyer <jboyer at library.in.gov>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIWriter.pm b/Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIWriter.pm
index 713d7c0..b0349ee 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIWriter.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIWriter.pm
@@ -169,7 +169,7 @@ sub compile_po {
$compiled{buyer_code} = $po->provider->edi_default->vendacct;
$compiled{buyer_code} = # B&T
- $compiled{vendor_san}.' '.$po->provider->edi_default->vendcode
+ $compiled{org_unit_san}.' '.$po->provider->edi_default->vendcode
if $compiled{edi_attrs}->{BUYER_ID_INCLUDE_VENDCODE};
$compiled{buyer_code} = $po->provider->edi_default->vendcode
-----------------------------------------------------------------------
Summary of changes:
.../src/perlmods/lib/OpenILS/Utils/EDIWriter.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list