récupération de l'adresse de livraison d'une propale

This commit is contained in:
Regis Houssin 2006-05-09 15:30:35 +00:00
parent 3953199125
commit e520c9e708

View File

@ -618,8 +618,7 @@ class Societe
$this->pays = $obj->pays; $this->pays = $obj->pays;
$this->code_pays = $obj->code; $this->code_pays = $obj->code;
$this->db->free(); $this->db->free($result);
return 1; return 1;
} }