Start of form customization for billing

This commit is contained in:
Albert Santoni 2014-06-24 15:52:43 -04:00
parent 5d69ba5f91
commit 8c20592423
5 changed files with 144 additions and 54 deletions

View file

@ -4,7 +4,7 @@ require_once 'Zend/Locale.php';
class Application_Form_BillingClient extends Zend_Form
{
public function init()
{
{
/*$this->setDecorators(array(
array('ViewScript', array('viewScript' => 'form/billing-purchase.phtml'))));*/
$client = BillingController::getClientDetails();