Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
Souke
Seguir
5
Destacar
0
Fork
1
Código
Incidencias
1
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Distributions : correctif problème affichage montant commande supérieur à 1000€
develop
Guillaume Bourgeois
hace 1 semana
padre
fdab7db575
commit
2feea328f7
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
common/helpers/Price.php
+ 1
- 1
common/helpers/Price.php
Ver fichero
@@ -77,7 +77,7 @@ class Price
public static function numberTwoDecimals($number, $decimals = 2)
{
return number_format((($number * 100)) / 100, $decimals, '.', '
');
return number_format((($number * 100)) / 100, $decimals, '.', '');
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar