From d7a2eb82c74be0223764c85dab8edeef55105258 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 10:18:39 +0000 Subject: [PATCH] Ajout du type pour FACTURE_ADDON --- htdocs/admin/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index 4750f8052d5..5b1a8a99135 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -39,7 +39,7 @@ $facture_rib_number_var = FACTURE_RIB_NUMBER; if ($action == 'set') { - $sql = "REPLACE INTO llx_const SET name = 'FACTURE_ADDON', value='".$value."', visible=0"; + $sql = "REPLACE INTO llx_const SET name = 'FACTURE_ADDON', value='".$value."', visible=0, type='chaine'"; if ($db->query($sql)) {