update
This commit is contained in:
@ -25,7 +25,7 @@ class ReportsController extends Controller
|
|||||||
$q = "SELECT id, nopol1 from t_vehicles WHERE dlt is null order by nopol1";
|
$q = "SELECT id, nopol1 from t_vehicles WHERE dlt is null order by nopol1";
|
||||||
$vehicletype = DB::table('t_vehicles_cats')->where('is_active', 1)->get();
|
$vehicletype = DB::table('t_vehicles_cats')->where('is_active', 1)->get();
|
||||||
$listNopol = DB::select($q);
|
$listNopol = DB::select($q);
|
||||||
$listpool = DB::table('t_conf_pools')->where('is_active')->get();
|
$listpool = DB::table('t_conf_pool')->where('dlt', null)->get();
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'listNopol' => $listNopol,
|
'listNopol' => $listNopol,
|
||||||
|
|||||||
Reference in New Issue
Block a user