[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. b23085e033245e27b3f944f2cbd6fd243ae1e89d

Evergreen Git git at git.evergreen-ils.org
Thu Jan 25 13:46:50 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, rel_3_0 has been updated
       via  b23085e033245e27b3f944f2cbd6fd243ae1e89d (commit)
      from  a6e6d487a18850dd06fa080250262c4d17fc30fb (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 b23085e033245e27b3f944f2cbd6fd243ae1e89d
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