Skip to content
Snippets Groups Projects
Commit 238cd1f4 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Nouveau fichier

parent 69ac16e2
No related branches found
No related tags found
No related merge requests found
--
-- Mise jour de la version 1.0.0 1.1.0
--
alter table llx_propaldet modify qty real;
alter table llx_facturedet modify qty real;
alter table llx_propaldet add remise_percent real default 0;
alter table llx_propaldet add remise real default 0;
alter table llx_propaldet add subprice real default 0;
alter table llx_facturedet add remise_percent real default 0;
alter table llx_facturedet add remise real default 0;
alter table llx_facturedet add subprice real default 0;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment