From b75ffc8ca165f1097c53e20cffbff1bbf994591a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 7 Dec 2005 11:25:01 +0000 Subject: [PATCH] =?UTF-8?q?Bugfix=20ajour=20ret=3D0=20manquant=20lors=20de?= =?UTF-8?q?=20la=20creation=20en=20cas=20de=20succ=E8s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/societe.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/societe.class.php b/htdocs/societe.class.php index c3ebaa7398e..7f3e6ff1813 100644 --- a/htdocs/societe.class.php +++ b/htdocs/societe.class.php @@ -163,6 +163,7 @@ class Societe { dolibarr_syslog("Societe::Create success id=".$this->id); $this->db->commit(); + $ret = 0; } else {