]> git.evergreen-ils.org Git - working/Evergreen.git/commit
EDIReader : detect SAN vs. account number in buyer/seller
authorBill Erickson <berick@esilibrary.com>
Mon, 12 Nov 2012 14:35:53 +0000 (09:35 -0500)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 14 Jan 2013 22:10:30 +0000 (17:10 -0500)
commit8ad5d5b00dbe3cc8f56e6a104facbf7bf3f6e920
treed1b28c61a5f3c49cf8903edb7c88b39b5e128974
parent6f6f8f6a00c8b444681c131e4da9dd4236ac7570
EDIReader : detect SAN vs. account number in buyer/seller

NAD+BY+XXXXXXX::31B' -- SAN
NAD+BY+YYYYYYY::91' -- Account number

For invoices, try the SAN first followed by the account number to
determine the receiving org unit.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/EDI.pm
Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIReader.pm