organization Auto Fill

This commit is contained in:
arindam85
2016-10-25 14:41:58 +05:30
parent 296736f092
commit d5d71893e9
5 changed files with 110 additions and 42 deletions

View File

@@ -61,6 +61,18 @@ class OrganizationController extends Controller
}
}
/**
* This function is used autofill organizations name .
*
* @return datatable
*/
public function organizationAutofill()
{
return view('themes.default1.agent.helpdesk.organization.getautocomplete');
}
/**
* This function is used to display the list of Organizations.
*