]> 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:09 +0000 (14:48 -0400)
commit6499b8adad89a76352e7260f6bc0be747efeb625
treeb00ff9dc944690c3a642ff96cc4343a9424b63b4
parentb594a9524b799303b2837ca0800a0f791c9bcfde
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]