]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1550495 - Add EDI Cancel Code 85 - used by Baker & Taylor
authorJosh Stompro <stomproj@larl.org>
Fri, 4 Mar 2016 19:51:34 +0000 (13:51 -0600)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 14 Mar 2016 18:48:53 +0000 (14:48 -0400)
commit73c470bd2189d51bf7d8fac64c7be5308cc68bc8
tree2f1e16cc233cc3a830884168c7e0d0817010cb09
parentbc7da5135cd0f52f59e57c03b12b09efc745a75c
LP#1550495 - Add EDI Cancel Code 85 - used by Baker & Taylor

Baker & Taylor send back a quantity code 85 response when they cancel
a line item.  This code wasn't included as one of the built in EDI
codes so those line items were not being canceled automatically in
evergreen.

The system looks for the response code + 1200 to find the cancel reason,
so this code is entered as ID 1285 in the acq.cancel_reason table.

I received confirmation from another system that uses B&T as an EDI vendor
that they also receive code 85 responses when something gets canceled.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/xxxx.acq.cancel_reason-add-85.sql [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/Acquisitions/add_cancel_reason_85.adoc [new file with mode: 0644]