Explorar el Código

edit claim december

master
Siti Hajar Ibrahim hace 5 años
padre
commit
e4f5052634
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controllers/DS/DealerController.php

+ 1
- 1
app/Http/Controllers/DS/DealerController.php Ver fichero

@@ -3505,8 +3505,8 @@ class DealerController extends Controller
if ((date('m/Y', strtotime($b['submission'])) == $month . '/' . $year) && date('d/m/Y', strtotime($b['submission'])) >= '21/12/2020') {
if (strpos($b['address'], 'CYBERJAYA') !== false && $b['contract'] == '24' && $b['package'] == 1) {
$b['retail_price'] = 999;
$count_businessCyber[] = $b;
}
$count_businessCyber[] = $b;
} else {
$combineData[] = $b;
}

Cargando…
Cancelar
Guardar