Ajout champs remise_percent

This commit is contained in:
Rodolphe Quiedeville 2003-09-05 20:11:00 +00:00
parent 119d46c9d5
commit 8011f51cb6

View File

@ -29,6 +29,7 @@ create table llx_facture
paye smallint default 0 NOT NULL,
amount real default 0 NOT NULL,
remise real default 0,
remise_percent real default 0,
tva real default 0,
total real default 0,
total_ttc real default 0,