Show plan updated confirmation on invoices page
This commit is contained in:
parent
0ab1eaa08c
commit
52b8f3af87
2 changed files with 15 additions and 2 deletions
|
@ -100,9 +100,11 @@ class BillingController extends Zend_Controller_Action {
|
|||
return;
|
||||
}
|
||||
|
||||
//If there were no changes to the plan or billing cycle, we just redirect you to the
|
||||
//invoices screen and show a message.
|
||||
if (!$placeAnUpgradeOrder)
|
||||
{
|
||||
$this->_redirect('billing/invoices');
|
||||
$this->_redirect('billing/invoices?planupdated');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue