From b9d578b408839c71e1d696a74382c9fb182b823d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Dec 2011 21:45:36 +0100 Subject: [PATCH] Code comment --- htdocs/societe/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index 3cc3f6dcac5..5d095155377 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -320,7 +320,7 @@ if (empty($reshook)) // To not set code if third party is not concerned. But if it had values, we keep them. if (empty($object->client) && empty($object->oldcopy->code_client)) $object->code_client=''; if (empty($object->fournisseur)&& empty($object->oldcopy->code_fournisseur)) $object->code_fournisseur=''; - //var_dump($soc);exit; + //var_dump($object);exit; $result = $object->update($socid,$user,1,$object->oldcopy->codeclient_modifiable(),$object->oldcopy->codefournisseur_modifiable()); if ($result <= 0)