Browse Source

update calculation incentives august

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
bc2a6f52da
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/DS/DealerController.php

+ 1
- 1
app/Http/Controllers/DS/DealerController.php View File

@@ -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'];

Loading…
Cancel
Save