Removed not used var
This commit is contained in:
parent
77a45b878b
commit
d15a300f02
@ -1295,7 +1295,6 @@ if (empty($reshook))
|
|||||||
$TTotalByTva[$line->tva_tx] += $line->total_ttc ;
|
$TTotalByTva[$line->tva_tx] += $line->total_ttc ;
|
||||||
}
|
}
|
||||||
|
|
||||||
$amount_to_diff = 0;
|
|
||||||
foreach ($TTotalByTva as $tva => &$total)
|
foreach ($TTotalByTva as $tva => &$total)
|
||||||
{
|
{
|
||||||
$coef = $total / $srcobject->total_ttc; // Calc coef
|
$coef = $total / $srcobject->total_ttc; // Calc coef
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user