alter table llx_product add weight_units tinyint(1) DEFAULT 0;
This commit is contained in:
parent
1e70036a78
commit
4972dcbce4
@ -61,7 +61,7 @@ UPDATE llx_societe set parent = null where parent = 0;
|
||||
|
||||
alter table llx_product add gencode varchar(255) DEFAULT NULL;
|
||||
alter table llx_product add weight float DEFAULT ;
|
||||
alter table llx_product add units tinyint DEFAULT 0;
|
||||
alter table llx_product add weight_units tinyint(1) DEFAULT 0;
|
||||
alter table llx_product add canvas varchar(15) DEFAULT '';
|
||||
|
||||
insert into llx_cond_reglement(rowid, code, sortorder, active, libelle, libelle_facture, fdm, nbjour) values (6,'PROFORMA', 6,1, 'Proforma','Réglement avant livraison',0,0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user