LP#1550495 - Add EDI Cancel Code 85 - used by Baker & Taylor user/stompro/lp1550495_add_edi_cancel_code_85
authorJosh Stompro <stomproj@larl.org>
Fri, 4 Mar 2016 19:51:34 +0000 (13:51 -0600)
committerJosh Stompro <stomproj@larl.org>
Fri, 4 Mar 2016 19:51:34 +0000 (13:51 -0600)
commit182a68470615614290aed830b9efcb6ead2c10bd
tree4f412e767d80f840fd533b8827620d976ea39c3d
parent22cf746ef809470e630e98b75ac1021c3925e52f
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>
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]