Update payments.php
This commit is contained in:
parent
4903f92172
commit
d6b5e24d96
@ -485,7 +485,9 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
|
|||||||
$accountstatic->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1);
|
$accountstatic->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1);
|
||||||
}
|
}
|
||||||
$accountstatic->label = $obj->blabel;
|
$accountstatic->label = $obj->blabel;
|
||||||
if ($accountstatic->id > 0) print $accountstatic->getNomUrl(1);
|
if ($accountstatic->id > 0) {
|
||||||
|
print $accountstatic->getNomUrl(1);
|
||||||
|
}
|
||||||
} else print ' ';
|
} else print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user