update customer swap

This commit is contained in:
Paul Trowbridge 2020-03-20 15:35:03 -04:00
parent aca8fa7aeb
commit 37eb9d519f

View File

@ -82,7 +82,7 @@ WHERE
b.bvcust = rtrim(substring(o.bill_cust_descr,1,8)) b.bvcust = rtrim(substring(o.bill_cust_descr,1,8))
AND s.bvcust = rtrim(substring(o.ship_cust_descr,1,8)); AND s.bvcust = rtrim(substring(o.ship_cust_descr,1,8));
BEGIN; --BEGIN;
UPDATE UPDATE
rlarp.osm_pool o rlarp.osm_pool o
@ -98,4 +98,4 @@ WHERE
AND q.qr = LTRIM(RTRIM(c.a9)); AND q.qr = LTRIM(RTRIM(c.a9));
ROLLBACK; COMMIT;