diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php
index e34cd54863b..10a65cab2fe 100644
--- a/htdocs/accountancy/admin/account.php
+++ b/htdocs/accountancy/admin/account.php
@@ -138,7 +138,7 @@ if (empty($reshook))
if ($result > 0)
{
- setEventMessages($langs->trans("ChartLoaded"), null);
+ setEventMessages($langs->trans("ChartLoaded"), null, 'mesgs');
}
else
{
diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
index 2ed9eb4c2bd..8a04e8b621a 100644
--- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
+++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
@@ -197,6 +197,7 @@ if ($resql) {
$param="&socid=".$socid;
print '
\n";
}
@@ -121,6 +122,7 @@ if ($resql)
}
$db->free($resql);
+ print '';
print '
';
print '| '.$langs->trans("Statistics").' - '.$langs->trans("CommRequests").' |
'."\n";
$listofstatus=array(0,1,2,3,4);
@@ -153,7 +155,7 @@ if ($resql)
}
print '| '.$langs->trans("Total").' | '.$total.' |
';
- print "
";
+ print "
";
}
else
{
@@ -179,6 +181,7 @@ if (! empty($conf->supplier_proposal->enabled))
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("DraftRequests").' |
';
@@ -206,7 +209,7 @@ if (! empty($conf->supplier_proposal->enabled))
$i++;
}
}
- print "
";
+ print "
";
}
}
@@ -235,6 +238,7 @@ $sql.= $db->plimit($max, 0);
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("LastModifiedRequests", $max).' |
';
@@ -283,7 +287,7 @@ if ($resql)
$i++;
}
}
- print "
";
+ print "
";
}
else dol_print_error($db);
@@ -316,6 +320,7 @@ if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_propos
$i = 0;
if ($num > 0)
{
+ print '';
print '
';
print '| '.$langs->trans("RequestsOpened").' '.$num.' |
';
@@ -370,7 +375,7 @@ if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_propos
{
print '| '.$langs->trans("Total").' | '.price($total)." | |
";
}
- print "
";
+ print "
";
}
}
else