diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
index aa6df1afb2b..44a2b9356e8 100644
--- a/htdocs/comm/propal/list.php
+++ b/htdocs/comm/propal/list.php
@@ -977,7 +977,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 '
';
$i=0;
diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
index f92836599de..f4fc3b76745 100644
--- a/htdocs/commande/list.php
+++ b/htdocs/commande/list.php
@@ -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 '
';
$i=0;
diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php
index bff5c773cfc..3afb97c5fb1 100644
--- a/htdocs/fourn/facture/list.php
+++ b/htdocs/fourn/facture/list.php
@@ -956,7 +956,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 '
';
$i=0;