Fix: champ remise_absolue en creation et non remise_absolute

This commit is contained in:
Laurent Destailleur 2006-04-06 20:00:01 +00:00
parent 6957c80433
commit 771d06c360

View File

@ -32,7 +32,7 @@ create table llx_facture
paye smallint DEFAULT 0 NOT NULL,
amount real DEFAULT 0 NOT NULL,
remise_percent real DEFAULT 0, -- remise relative
remise_absolute real DEFAULT 0, -- remise absolue
remise_absolue real DEFAULT 0, -- remise absolue
remise real DEFAULT 0, -- remise totale calculee
tva real DEFAULT 0, -- montant tva apres remise totale
total real DEFAULT 0, -- montant total ht apres remise totale