]> 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:42:43 +0000 (14:42 -0400)
commit7c99539887f6362371b956509d959c4e28200885
treed355e38326c785c59b8654e4252357101d1e8c4c
parent663103c674f2aa8d8aea2ef229b7365768800a35
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]