Show form on billing page if no invoice was generated after downgrade
This commit is contained in:
parent
278ca264eb
commit
aab4b634bf
|
@ -169,6 +169,8 @@ class BillingController extends Zend_Controller_Action {
|
|||
// owe any money
|
||||
if (!empty($result["invoiceid"])) {
|
||||
self::viewInvoice($result["invoiceid"]);
|
||||
} else {
|
||||
$this->view->form = $form;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue