c673116f by G Manojkumar

minor change for Feedback

1 parent 812cef46
......@@ -866,7 +866,7 @@ $data.="</fieldset></div>
->where("campaign","=",$dataarr['client'])
->get();
if($mastersdata->count() > 0){
if(count($mastersdata) > 0){
foreach ($mastersdata as $key => $value) {
$disposition = $value->disposition;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!