mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
Fix: fetch_client is deprecated
This commit is contained in:
@@ -110,7 +110,7 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
|
||||
}
|
||||
}
|
||||
|
||||
$object->fetch_client();
|
||||
$object->fetch_thirdparty();
|
||||
|
||||
$nblignes = sizeof($object->lignes);
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
|
||||
}
|
||||
}
|
||||
|
||||
$object->fetch_client();
|
||||
$object->fetch_thirdparty();
|
||||
|
||||
$nblignes = sizeof($object->lignes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user