Fix: [ bug #497 ] Module Order Supplier inaccessible altogether because
of a missing SQL field
This commit is contained in:
parent
45971ce6f0
commit
eca37eb123
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user