Skip to content

Commit

Permalink
Issue Fix: Unable to set field value for $approved in records create
Browse files Browse the repository at this point in the history
function
  • Loading branch information
sumanthchilka committed Nov 14, 2018
1 parent fdcb7a4 commit 71411d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/zoho/crm/library/api/handler/EntityAPIHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function getZCRMRecordAsJSON()
{
$recordJSON["Tax"]=self::getTaxListAsJSON();
}
return array_filter($recordJSON);
return $recordJSON;
}

public function getTaxListAsJSON()
Expand Down

0 comments on commit 71411d1

Please sign in to comment.