Merge pull request #24220 from frederic34/patch-13

fix missing include
This commit is contained in:
Laurent Destailleur 2023-03-19 14:51:44 +01:00 committed by GitHub
commit 6e26b7c03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,6 +246,7 @@ if ($object->id > 0) {
$filters['search_rowid'] = $search_rowid;
// TODO Replace this with same code than into list.php
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
show_actions_done($conf, $langs, $db, $object, null, 0, $actioncode, '', $filters, $sortfield, $sortorder, property_exists($object, 'module') ? $object->module : '');
}
}