|
|
@@ -102,14 +102,14 @@ switch ($action) {
|
|
|
if($v['s_column'] =="Ocean Booking"){
|
|
|
$urlData = $menuSetting[$v['s_column']];
|
|
|
$menuList[] = array("index"=>"$index","label"=>$urlData['label'],"icon"=>$urlData['icon'],"path"=>$urlData['path']);
|
|
|
- // $bookingManagement = array("index"=>"$index","label"=>"Booking","icon"=>"icon_booking__fill_b","type"=>"list");
|
|
|
- // $children = array();
|
|
|
+ //$bookingManagement = array("index"=>"$index","label"=>"Booking","icon"=>"icon_booking__fill_b","type"=>"list");
|
|
|
+ //$children = array();
|
|
|
|
|
|
- // $urlData = $menuSetting[$v['s_column']];
|
|
|
- // $children[] = array("index"=>$index.'-1',"label"=>$urlData['label'],"path"=>$urlData['path']);
|
|
|
- // $children[] = array("index"=>$index.'-2',"label"=>"Destination Delivery","path"=>"/destination-delivery");
|
|
|
- // $bookingManagement["children"] = $children;
|
|
|
- // $menuList[] = $bookingManagement;
|
|
|
+ //$urlData = $menuSetting[$v['s_column']];
|
|
|
+ //$children[] = array("index"=>$index.'-1',"label"=>"Booking Management","path"=>$urlData['path']);
|
|
|
+ //$children[] = array("index"=>$index.'-2',"label"=>"Destination Delivery","path"=>"/destination-delivery");
|
|
|
+ //$bookingManagement["children"] = $children;
|
|
|
+ //$menuList[] = $bookingManagement;
|
|
|
$index = $index + 1;
|
|
|
}
|
|
|
}
|