Tatreport api key added : ps
This commit is contained in:
parent
78069fe827
commit
1f419d6ce4
@ -204,7 +204,8 @@ class Dash_Board_Controller extends REST_Controller {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
for($k=0;$k<count($column);$k++){
|
for($k=0;$k<count($column);$k++){
|
||||||
$mapped_title[$column[$k]] = $title_arr[$k];
|
// $mapped_title[$column[$k]] = $title_arr[$k];
|
||||||
|
$mapped_title[$k] = array($column[$k] => $title_arr[$k],"is_multi_line_enabled" => ($column[$k]=="address_visited"?true:false));
|
||||||
$title[$k] = $title_arr[$k];
|
$title[$k] = $title_arr[$k];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user