Fix: [ bug #497 ] Module Order Supplier inaccessible altogether because

of a missing SQL field
This commit is contained in:
Regis Houssin 2012-08-23 17:24:29 +02:00
parent 45971ce6f0
commit eca37eb123

View File

@ -73,3 +73,5 @@ INSERT INTO llx_const (name, value, type, note, visible) values ('PRODUCT_CODEPR
ALTER TABLE llx_c_barcode_type ADD UNIQUE INDEX uk_c_barcode_type(code, entity);
ALTER TABLE llx_socpeople ADD column no_email SMALLINT NOT NULL DEFAULT 0 AFTER priv;
ALTER TABLE llx_commande_fournisseur ADD COLUMN date_livraison date NULL;