Custom fields were not saving

This commit is contained in:
drigato 2014-06-24 12:51:02 -04:00
parent 73724bdd04
commit 5d69ba5f91
1 changed files with 3 additions and 0 deletions

View File

@ -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"]);