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
[backend] Rapports : correction calcul montant total global
refactoring
Guillaume Bourgeois
hace 5 años
padre
f680dc78d5
commit
a8af425dbd
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
backend/controllers/ReportController.php
+ 1
- 1
backend/controllers/ReportController.php
Ver fichero
@@ -153,7 +153,7 @@ class ReportController extends BackendController
'quantity' => $line['quantity'],
'total' => $total,
] ;
$totalGlobal += $total ;
$totalGlobal += $
line['
total
']
;
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar