From 8011f51cb6c5b819b8fd6d9c5300f9a8d04cb54a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 5 Sep 2003 20:11:00 +0000 Subject: [PATCH] Ajout champs remise_percent --- mysql/tables/llx_facture.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_facture.sql b/mysql/tables/llx_facture.sql index 301cfb6958c..336bf394e33 100644 --- a/mysql/tables/llx_facture.sql +++ b/mysql/tables/llx_facture.sql @@ -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,