From d48dab76fa0df95bdfd3d08fc2edafc5e2303d21 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 21 Mar 2007 00:46:41 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20une=20nouvelle=20facture=20cr=E9=E9e=20?= =?UTF-8?q?=E0=20partir=20d'un=20mod=E8le=20de=20facture=20r=E9curente=20e?= =?UTF-8?q?st=20une=20facture=20standard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.0.0-2.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 2abaa918f33..bd6c01f053a 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -904,3 +904,4 @@ ALTER TABLE llx_document_model ADD UNIQUE uk_document_model (nom,type); ALTER TABLE llx_chargesociales drop column date_pai; +UPDATE llx_facture SET type=0 where type=3; \ No newline at end of file