ソースを参照

[backend] Rapports : correction calcul montant total global

refactoring
コミット
a8af425dbd
1個のファイルの変更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'] ;
}
}

読み込み中…
キャンセル
保存