Merge pull request #17540 from ibuiv/ibuiv-supplierorder-hooks

New Hooks for Supplier Order Card tabs
This commit is contained in:
Laurent Destailleur
2021-05-11 19:12:24 +02:00
committed by GitHub
4 changed files with 5 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ if (!$sortfield) {
$sortfield = "name";
}
$hookmanager->initHooks(array('ordersuppliercarddocument'));
$object = new CommandeFournisseur($db);
if ($object->fetch($id, $ref) < 0) {