Update 9.0.0-10.0.0.sql

This commit is contained in:
ptibogxiv 2019-05-05 15:06:10 +02:00 committed by GitHub
parent 7033243572
commit f0fd0ece60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,3 +300,5 @@ ALTER TABLE llx_inventorydet DROP COLUMN pmp;
ALTER TABLE llx_inventorydet DROP COLUMN pa;
ALTER TABLE llx_inventorydet DROP COLUMN new_pmp;
UPDATE llx_c_shipment_mode SET label = 'https://www.laposte.fr/outils/suivre-vos-envois?code={TRACKID}' WHERE code IN ('COLSUI');
UPDATE llx_c_shipment_mode SET label = 'https://www.laposte.fr/outils/suivre-vos-envois?code={TRACKID}' WHERE code IN ('LETTREMAX');