Message: Error: Method printObjectLine was called on an object and object->fetch_thirdparty was not done before
This commit is contained in:
Rüdiger Hahn 2020-10-09 11:29:39 +02:00 committed by GitHub
parent b6fc33c454
commit d789aaad7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1863,6 +1863,7 @@ if ($action == 'create' && $usercancreate)
$author = new User($db);
$author->fetch($object->user_author_id);
$object->fetch_thirdparty();
$res = $object->fetch_optionals();
$head = commande_prepare_head($object);