Messing around with AutoAuth for whmcs

Client form wasn't getting populated with new values after a save - fixed
This commit is contained in:
drigato 2014-06-17 17:07:33 -04:00
parent 1f4c8b755d
commit dc583a6e41
2 changed files with 5 additions and 3 deletions

View file

@ -8,7 +8,6 @@ class Application_Form_BillingClient extends Zend_Form
/*$this->setDecorators(array(
array('ViewScript', array('viewScript' => 'form/billing-purchase.phtml'))));*/
$client = BillingController::getClientDetails();
Logging::info($client);
$notEmptyValidator = Application_Form_Helper_ValidationTypes::overrideNotEmptyValidator();
$emailValidator = Application_Form_Helper_ValidationTypes::overrideEmailAddressValidator();