Qual: Renamed french field "envente" into "tosell".

This commit is contained in:
Laurent Destailleur 2010-08-11 18:35:32 +00:00
parent 5affcd3b3f
commit 3e205a2552

View File

@ -12,6 +12,6 @@ alter table llx_product add column recuperableonly integer NOT NULL DEFAUL
alter table llx_product_price add column recuperableonly integer NOT NULL DEFAULT '0' after tva_tx;
alter table llx_product change column envente tosell tinyint DEFAULT 1;
alter table llx_product add column tobuy tinyint DEFAULT 1 after tosell;
alter table llx_product change column envente tosell smallint DEFAULT 1;
alter table llx_product add column tobuy smallint DEFAULT 1 after tosell;