fix missing include

This commit is contained in:
Frédéric FRANCE 2023-03-15 11:08:20 +01:00 committed by GitHub
parent a3534cdd27
commit 836e8348be
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 : '');
}
}