Commit 54f520d6 by Tobin

mobile request feature issue

parent 4c96ff66
...@@ -651,7 +651,7 @@ class Webservice_model extends CI_Model { ...@@ -651,7 +651,7 @@ class Webservice_model extends CI_Model {
'longitude'=>$rs->lng, 'longitude'=>$rs->lng,
'currency_symbol'=>$countryData['currency_symbol'], 'currency_symbol'=>$countryData['currency_symbol'],
'is_demo'=>$rs->directory_listing, 'is_demo'=>$rs->directory_listing,
'is_requestable'=>$rs->customer_choice, 'is_requestable'=>($rs->directory_listing == 1)?0:$rs->customer_choice,
'wallet_balance'=>$waltBlnce 'wallet_balance'=>$waltBlnce
); );
$res = array('status'=>1,'data'=>$resData); $res = array('status'=>1,'data'=>$resData);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment