Skip to content

Commit 71411d1

Browse files
committed
Issue Fix: Unable to set field value for $approved in records create
function
1 parent fdcb7a4 commit 71411d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/zoho/crm/library/api/handler/EntityAPIHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ function getZCRMRecordAsJSON()
263263
{
264264
$recordJSON["Tax"]=self::getTaxListAsJSON();
265265
}
266-
return array_filter($recordJSON);
266+
return $recordJSON;
267267
}
268268

269269
public function getTaxListAsJSON()

0 commit comments

Comments
 (0)