From e2d1dd0c91fc1be945317ff03325f1f9562f81a7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 Jun 2002 16:35:13 +0000 Subject: [PATCH] *** empty log message *** --- mysql/tables/llx_facture_fourn.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_facture_fourn.sql b/mysql/tables/llx_facture_fourn.sql index 57484a0ad52..2c8c131ca99 100644 --- a/mysql/tables/llx_facture_fourn.sql +++ b/mysql/tables/llx_facture_fourn.sql @@ -27,6 +27,7 @@ create table llx_facture_fourn fk_soc integer NOT NULL, datec datetime, -- date de creation de la facture datef date, -- date de la facture + libelle varchar(255), paye smallint default 0 NOT NULL, amount real default 0 NOT NULL, remise real default 0,