Fixing style errors.
This commit is contained in:
parent
23d535197d
commit
1d29400cdf
@ -650,7 +650,7 @@ if ($result) {
|
|||||||
|
|
||||||
// Accounting account
|
// Accounting account
|
||||||
if ($arrayfields['account']['checked']) {
|
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);
|
$accountingaccount->fetch('', $obj->accountancy_code, 1);
|
||||||
|
|
||||||
print '<td>'.$accountingaccount->getNomUrl(0, 1, 1, '', 1).'</td>';
|
print '<td>'.$accountingaccount->getNomUrl(0, 1, 1, '', 1).'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user