Clean code
This commit is contained in:
parent
12dce74a47
commit
a6999a2be7
@ -1384,9 +1384,9 @@ if ($resql)
|
|||||||
// Third party
|
// Third party
|
||||||
if (!empty($arrayfields['bu.label']['checked']))
|
if (!empty($arrayfields['bu.label']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="tdoverflowmax150">';
|
print '<td class="tdoverflowmax150">';
|
||||||
|
|
||||||
$companylinked_id = 0;
|
$companylinked_id = 0;
|
||||||
$userlinked_id = 0;
|
$userlinked_id = 0;
|
||||||
|
|
||||||
//payment line type to define user display and user or company linked
|
//payment line type to define user display and user or company linked
|
||||||
@ -1416,7 +1416,7 @@ if ($resql)
|
|||||||
|
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bank account
|
// Bank account
|
||||||
if (!empty($arrayfields['ba.ref']['checked']))
|
if (!empty($arrayfields['ba.ref']['checked']))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user