mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
FIX warning accountancy export from external module (#36832)
This commit is contained in:
committed by
GitHub
parent
db3d8a0a1a
commit
f497a6a4fe
@@ -181,7 +181,7 @@ class AccountancyExport
|
||||
);
|
||||
|
||||
global $hookmanager;
|
||||
$code = $formatcode[$type];
|
||||
$code = $formatcode[$type] ?? '';
|
||||
$parameters = array('type' => $type);
|
||||
$reshook = $hookmanager->executeHooks('getFormatCode', $parameters, $code);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user