From 9f2cdb559a33288869bf7a766392ea444f01fb01 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 9 Nov 2003 15:00:37 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20champs=20facture=20pour=20indiquer=20si?= =?UTF-8?q?=20la=20commande=20est=20factur=E9e=20ou=20non?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/tables/llx_commande.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_commande.sql b/mysql/tables/llx_commande.sql index ab4f402e52d..3cb3c4a224d 100644 --- a/mysql/tables/llx_commande.sql +++ b/mysql/tables/llx_commande.sql @@ -45,5 +45,6 @@ create table llx_commande total_ttc real default 0, note text, model_pdf varchar(50), + facture tinyint default 0, UNIQUE INDEX (ref) );