Fix phpcs
This commit is contained in:
parent
d44df3a440
commit
a2c2ca2074
@ -517,14 +517,14 @@ while ($i < min($num, $limit)) {
|
|||||||
|
|
||||||
// Bank transaction
|
// Bank transaction
|
||||||
if (!empty($arrayfields['transaction']['checked'])) {
|
if (!empty($arrayfields['transaction']['checked'])) {
|
||||||
print '<td>';
|
print '<td>';
|
||||||
if ($objp->fk_bank > 0) {
|
if ($objp->fk_bank > 0) {
|
||||||
$bankline->fetch($objp->fk_bank);
|
$bankline->fetch($objp->fk_bank);
|
||||||
print $bankline->getNomUrl(1, 0);
|
print $bankline->getNomUrl(1, 0);
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user