Ajout du champs remise_percent

This commit is contained in:
Rodolphe Quiedeville 2003-09-05 19:13:27 +00:00
parent 32ac45fd3e
commit d79094df2a

View File

@ -36,6 +36,7 @@ create table llx_propal
fk_user_cloture integer, -- cloture de la propale signee ou non signee
fk_statut smallint default 0,
price real default 0,
remise_percent real default 0,
remise real default 0,
tva real default 0,
total real default 0,