Просмотр исходного кода

update calculation incentives august

ifah
Siti Hajar Ibrahim 5 лет назад
Родитель
Сommit
bc2a6f52da
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      app/Http/Controllers/DS/DealerController.php

+ 1
- 1
app/Http/Controllers/DS/DealerController.php Просмотреть файл

@@ -2869,7 +2869,7 @@ class DealerController extends Controller
$nested_data = array();
if(!empty($combineData)){
foreach ($combineData as $c){
info($c['wo']);
info(count($combineData));
$update_dealer = DealerClaim::where('wo',$c['wo'])->first();
if(!empty($update_dealer)){
$update_dealer->incentives1 = $c['incentives1'];

Загрузка…
Отмена
Сохранить