Skip to content
Snippets Groups Projects
Commit 3e205a25 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent 5affcd3b
Branches
No related tags found
No related merge requests found
......@@ -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;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment