un-hardcoded client id
This commit is contained in:
parent
81ceafbfbd
commit
d39f7548cd
|
@ -27,8 +27,7 @@ class BillingController extends Zend_Controller_Action {
|
||||||
$postfields["password"] = md5($password);
|
$postfields["password"] = md5($password);
|
||||||
$postfields["action"] = "getclientsdetails";
|
$postfields["action"] = "getclientsdetails";
|
||||||
$postfields["stats"] = true;
|
$postfields["stats"] = true;
|
||||||
//$postfields["clientid"] = Application_Model_Preference::GetClientId();
|
$postfields["clientid"] = Application_Model_Preference::GetClientId();
|
||||||
$postfields["clientid"] = 1822;
|
|
||||||
$postfields["responsetype"] = "json";
|
$postfields["responsetype"] = "json";
|
||||||
|
|
||||||
$query_string = "";
|
$query_string = "";
|
||||||
|
|
Loading…
Reference in New Issue