このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Laclic
/
Souke
ウォッチ
5
スター
0
フォーク
1
コード
課題
1
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
[backend] Rapports : correction calcul montant total global
refactoring
Guillaume Bourgeois
5年前
親
f680dc78d5
コミット
a8af425dbd
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
+1
-1
backend/controllers/ReportController.php
+ 1
- 1
backend/controllers/ReportController.php
ファイルの表示
@@ -153,7 +153,7 @@ class ReportController extends BackendController
'quantity' => $line['quantity'],
'total' => $total,
] ;
$totalGlobal += $total ;
$totalGlobal += $
line['
total
']
;
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存