From cbc714e14cb68caf8477591e0349783b036784b2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Mar 2005 12:02:15 +0000 Subject: [PATCH] Ajout champ isfacturable --- htdocs/telephonie/sql/llx_telephonie_facture.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/sql/llx_telephonie_facture.sql b/htdocs/telephonie/sql/llx_telephonie_facture.sql index 205fe04c95d..662b09e40d1 100644 --- a/htdocs/telephonie/sql/llx_telephonie_facture.sql +++ b/htdocs/telephonie/sql/llx_telephonie_facture.sql @@ -33,6 +33,7 @@ create table llx_telephonie_facture ( remise real, cout_vente_remise real, gain real, + isfacturable enum('oui','non') DEFAULT 'oui', fk_facture integer )type=innodb;