Start of form customization for billing
This commit is contained in:
parent
5d69ba5f91
commit
8c20592423
5 changed files with 144 additions and 54 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue