This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[backend] Rapports : correction calcul montant total global
refactoring
Guillaume Bourgeois
5 years ago
parent
f680dc78d5
commit
a8af425dbd
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
backend/controllers/ReportController.php
+ 1
- 1
backend/controllers/ReportController.php
View File
@@ -153,7 +153,7 @@ class ReportController extends BackendController
'quantity' => $line['quantity'],
'total' => $total,
] ;
$totalGlobal += $total ;
$totalGlobal += $
line['
total
']
;
}
}
Write
Preview
Loading…
Cancel
Save