Fix: use the original json functions

This commit is contained in:
Regis Houssin
2012-03-18 19:59:38 +01:00
parent ed41e03589
commit 4ecc64504d
13 changed files with 13 additions and 45 deletions

View File

@@ -1293,7 +1293,7 @@ class Commande extends CommonObject
$this->fk_delivery_address = $obj->fk_adresse_livraison;
$this->propale_id = $obj->fk_source;
$this->extraparams = (array) dol_json_decode($obj->extraparams, true);
$this->extraparams = (array) json_decode($obj->extraparams, true);
$this->lines = array();