From 771d06c360b217290fe5dcf8c13b5ebda7ff8d8e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 6 Apr 2006 20:00:01 +0000 Subject: [PATCH] Fix: champ remise_absolue en creation et non remise_absolute --- mysql/tables/llx_facture.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_facture.sql b/mysql/tables/llx_facture.sql index 9d6f75f7298..ec8554f92f9 100644 --- a/mysql/tables/llx_facture.sql +++ b/mysql/tables/llx_facture.sql @@ -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