[-] FO : #PSCFV-2920 - Hidding order number, use order reference instead

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16136 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-06-26 15:19:35 +00:00
parent dce26dab08
commit 3c1c6fb7e0
74 changed files with 149 additions and 100 deletions
+2 -2
View File
@@ -475,8 +475,8 @@ class ToolsCore
$price = Tools::ps_round($price, $c_decimals);
switch ($c_format)
{
/* X 0,000.00 */
case 1:
/* X 0,000.00 */
case 1:
$ret = $c_char.$blank.number_format($price, $c_decimals, '.', ',');
break;
/* 0 000,00 X*/