Fix: fetch_client is deprecated

This commit is contained in:
Regis Houssin
2010-08-06 13:56:25 +00:00
parent 8e57affa6e
commit aa62559812
35 changed files with 66 additions and 75 deletions

View File

@@ -110,7 +110,7 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
}
}
$object->fetch_client();
$object->fetch_thirdparty();
$nblignes = sizeof($object->lignes);

View File

@@ -132,7 +132,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
}
}
$object->fetch_client();
$object->fetch_thirdparty();
$nblignes = sizeof($object->lignes);