Browse Source

edit claim

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
58bcb83d85
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

'total' => 'RM '.$total, 'total' => 'RM '.$total,
'claim' => $d['claim'], 'claim' => $d['claim'],
)); ));
info($finalprice);
} }
} }
} }
if(!empty($update_dealer)){ if(!empty($update_dealer)){
$update_dealer->incentives1 = $c['incentives1']; $update_dealer->incentives1 = $c['incentives1'];
$update_dealer->incentives2 = $c['incentives2']; $update_dealer->incentives2 = $c['incentives2'];
$update_dealer->retail_price = $c['retail_price'];
$update_dealer->total_claim = $c['total']; $update_dealer->total_claim = $c['total'];
$update_dealer->save(); $update_dealer->save();
} }

Loading…
Cancel
Save