Custom fields were not saving
This commit is contained in:
parent
73724bdd04
commit
5d69ba5f91
|
@ -45,6 +45,9 @@ class BillingController extends Zend_Controller_Action {
|
|||
//$clientfields["clientid"] = Application_Model_Preference::GetClientId();
|
||||
$clientfields["clientid"] = 1846;
|
||||
|
||||
$clientfields["customfields"] = base64_encode(serialize($formData["customfields"]));
|
||||
unset($formData["customfields"]);
|
||||
|
||||
$clientfields["responsetype"] = "json";
|
||||
unset($formData["newproductid"]);
|
||||
unset($formData["newproductbillingcycle"]);
|
||||
|
|
Loading…
Reference in New Issue