Fix: total amount
This commit is contained in:
parent
92c2335b57
commit
416e37571a
@ -191,7 +191,8 @@ foreach ($listofreferent as $key => $value)
|
|||||||
if (sizeof($elementarray)>0 && is_array($elementarray))
|
if (sizeof($elementarray)>0 && is_array($elementarray))
|
||||||
{
|
{
|
||||||
$var=true;
|
$var=true;
|
||||||
$total = 0;
|
$total_ht = 0;
|
||||||
|
$total_ttc = 0;
|
||||||
for ($i = 0; $i<sizeof($elementarray);$i++)
|
for ($i = 0; $i<sizeof($elementarray);$i++)
|
||||||
{
|
{
|
||||||
$element = new $classname($db);
|
$element = new $classname($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user