Update payments.php

This commit is contained in:
Laurent Destailleur 2021-03-30 19:20:02 +02:00 committed by GitHub
parent 4903f92172
commit d6b5e24d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -485,7 +485,9 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
$accountstatic->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1);
}
$accountstatic->label = $obj->blabel;
if ($accountstatic->id > 0) print $accountstatic->getNomUrl(1);
if ($accountstatic->id > 0) {
print $accountstatic->getNomUrl(1);
}
} else print '&nbsp;';
print '</td>';
if (!$i) $totalarray['nbfield']++;