Common_Masters_Controller.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2018-09-24 11:47:40 +00:00
parent 02c7355275
commit d028c36bf5

View File

@ -999,12 +999,10 @@ class Common_Masters_Controller extends REST_Controller {
public function saveMaster_post() public function saveMaster_post()
{ {
echo 'dfsf';
$records = $this->post('records'); $records = $this->post('records');
$table_name = $this->post('master_name'); $table_name = $this->post('master_name');
print_r($records);
//die();
if(false !== array_key_exists(constant($table_name.'ID'),$records)) //Update Record if(false !== array_key_exists(constant($table_name.'ID'),$records)) //Update Record
{ {
@ -1057,7 +1055,7 @@ class Common_Masters_Controller extends REST_Controller {
/* For Branch Listing */ /* For Branch Listing */
public function getListOfBranches_get(){ public function getListOfBranches_get(){
$columns = array('m_city.name as cityname','BRANCH.*'); $columns = array('m_city.name as city_name','BRANCH.*');
$table = BRANCH.' as BRANCH'; $table = BRANCH.' as BRANCH';
$joins = array( $joins = array(
array( array(