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

display total line for all total line

parent 278bbf18
Branches
Tags
No related merge requests found
...@@ -977,7 +977,12 @@ if ($resql) ...@@ -977,7 +977,12 @@ if ($resql)
} }
// Show total line // 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">'; print '<tr class="liste_total">';
$i=0; $i=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment