This commit is contained in:
velz 2018-10-15 12:35:00 +05:30
parent 9a7b524991
commit 98b7d10434

View File

@ -348,7 +348,7 @@ class Template_Management_Controller extends REST_Controller {
public function getListOfCategories_get()
{
$fields = array('question_categroy_id','categroy_name');
$fields = array('question_category_id','category_name');
$where_condition_array = array('isactive' => 1);
$result_data = $this->Template_Management_Model->selectCustomRecords($fields,$where_condition_array,QUESTIONCATEGORY);
if(count($result_data))