Custom fields were not saving
This commit is contained in:
parent
73724bdd04
commit
5d69ba5f91
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue