Fixing style errors.

This commit is contained in:
stickler-ci 2023-01-04 08:15:39 +00:00
parent 23d535197d
commit 1d29400cdf

View File

@ -650,7 +650,7 @@ if ($result) {
// Accounting account
if ($arrayfields['account']['checked']) {
require_once(DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php');
require_once DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php';
$accountingaccount->fetch('', $obj->accountancy_code, 1);
print '<td>'.$accountingaccount->getNomUrl(0, 1, 1, '', 1).'</td>';