Ver código fonte

check claim

ifah
Siti Hajar Ibrahim 5 anos atrás
pai
commit
d318715360
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      app/Http/Controllers/DS/DealerController.php

+ 2
- 2
app/Http/Controllers/DS/DealerController.php Ver arquivo

@@ -2790,7 +2790,7 @@ class DealerController extends Controller
}
// Store to combineData New Incentive August
foreach ($countAugustR as $key => $d) {
info('R '. $d['wo']);
info('R '. $d['wo']. ''. $d['submission']);
if(count($countAugustR) >= 50){
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
if($d['contract'] == '12'){
@@ -2899,7 +2899,7 @@ class DealerController extends Controller
}
// Store to combineData New Incentive August
foreach ($countAugustB as $key => $d) {
info('B ' . $d['wo']);
info('B ' . $d['wo']. ''. $d['submission']);
if(count($countAugustB) >= 50){
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
if($d['contract'] == '12'){

Carregando…
Cancelar
Salvar