Ajout champs remise_percent
This commit is contained in:
parent
119d46c9d5
commit
8011f51cb6
@ -29,6 +29,7 @@ create table llx_facture
|
|||||||
paye smallint default 0 NOT NULL,
|
paye smallint default 0 NOT NULL,
|
||||||
amount real default 0 NOT NULL,
|
amount real default 0 NOT NULL,
|
||||||
remise real default 0,
|
remise real default 0,
|
||||||
|
remise_percent real default 0,
|
||||||
tva real default 0,
|
tva real default 0,
|
||||||
total real default 0,
|
total real default 0,
|
||||||
total_ttc real default 0,
|
total_ttc real default 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user