mirror of
https://github.com/Karaka-Management/oms-IncomeStatement.git
synced 2026-02-09 09:18:40 +00:00
more code fixes
This commit is contained in:
parent
86ae899f4a
commit
6b8bfff65b
|
|
@ -153,7 +153,7 @@ final class Installer extends InstallerAbstract
|
||||||
}
|
}
|
||||||
|
|
||||||
$module->apiIncomeStatementElementCreate($request, $response);
|
$module->apiIncomeStatementElementCreate($request, $response);
|
||||||
$responseData = $response->getData('');
|
$responseData = $response->getDataArray('');
|
||||||
|
|
||||||
$incomeStatementElement = \is_array($responseData['response'])
|
$incomeStatementElement = \is_array($responseData['response'])
|
||||||
? $responseData['response']
|
? $responseData['response']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user