mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Suppressions de l'espace des milliers dans la liste
This commit is contained in:
@@ -55,7 +55,7 @@ if ( $db->query( $sql) )
|
||||
print "<td>".stripslashes($objp->nom)."</TD>\n";
|
||||
|
||||
print "<TD>".strftime("%d %B %Y",$objp->datef)."</td>\n";
|
||||
print '<TD align="right">'.number_format($objp->total,2,'.',' ').'<br>euros';
|
||||
print '<TD align="right">'.number_format($objp->total,2,'.','').'<br>euros';
|
||||
|
||||
if ($obj->paye)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user