Skip to content
Snippets Groups Projects
Commit 3aff0538 authored by Charles Benke's avatar Charles Benke Committed by GitHub
Browse files

Update list.php

parent 94a1fc19
No related branches found
No related tags found
No related merge requests found
......@@ -1393,7 +1393,12 @@ if ($resql)
}
// Show total line
if (isset($totalarray['totalhtfield']))
if (isset($totalarray['totalhtfield'])
|| isset($totalarray['totalvatfield'])
|| isset($totalarray['totalttcfield'])
|| isset($totalarray['totalamfield'])
|| isset($totalarray['totalrtpfield'])
)
{
print '<tr class="liste_total">';
$i=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment