mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Display totalLine if one of total field are present
This commit is contained in:
@@ -1210,7 +1210,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user