Skip to content

Commit

Permalink
Extra test to fix PhanTypeInvalidPropertyName
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Mar 24, 2024
1 parent c9ddf52 commit f357056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/reception/dispatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
if ($origin == 'order_supplier' && $object->origin_object->id && (isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') || isModEnabled("supplier_order"))) {
$origin_id = $object->origin_object->id;
$objectsrc = new CommandeFournisseur($db);
$objectsrc->fetch($object->origin_object->id);
$objectsrc->fetch($origin_id);
}
}

Expand Down

0 comments on commit f357056

Please sign in to comment.