Fix phpcs
This commit is contained in:
parent
98102e49d2
commit
71a83b4d7e
@ -1059,7 +1059,6 @@ if ($resql)
|
|||||||
if (! $i) $totalarray['nbfield']++;
|
if (! $i) $totalarray['nbfield']++;
|
||||||
if (! $i) $totalarray['pos'][$totalarray['nbfield']]='c.total_ht';
|
if (! $i) $totalarray['pos'][$totalarray['nbfield']]='c.total_ht';
|
||||||
$totalarray['val']['c.total_ht'] += $obj->total_ht;
|
$totalarray['val']['c.total_ht'] += $obj->total_ht;
|
||||||
|
|
||||||
}
|
}
|
||||||
// Amount VAT
|
// Amount VAT
|
||||||
if (! empty($arrayfields['c.total_vat']['checked']))
|
if (! empty($arrayfields['c.total_vat']['checked']))
|
||||||
|
|||||||
@ -751,7 +751,6 @@ if ($resql)
|
|||||||
if (! $i) $totalarray['nbfield']++;
|
if (! $i) $totalarray['nbfield']++;
|
||||||
if (! $i) $totalarray['pos'][$totalarray['nbfield']]='sp.total_ht';
|
if (! $i) $totalarray['pos'][$totalarray['nbfield']]='sp.total_ht';
|
||||||
$totalarray['val']['sp.total_ht'] += $obj->total_ht;
|
$totalarray['val']['sp.total_ht'] += $obj->total_ht;
|
||||||
|
|
||||||
}
|
}
|
||||||
// Amount VAT
|
// Amount VAT
|
||||||
if (! empty($arrayfields['sp.total_vat']['checked']))
|
if (! empty($arrayfields['sp.total_vat']['checked']))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user