Enable invoice views on all plans

This commit is contained in:
Joseph Schorr 2014-08-22 19:48:58 -04:00
parent 80435d9c0b
commit ee3ad9e7c3
3 changed files with 10 additions and 11 deletions

View file

@ -25,7 +25,7 @@
<li ng-show="hasPaidPlan" quay-require="['BILLING']">
<a href="javascript:void(0)" data-toggle="tab" data-target="#billingoptions">Billing Options</a>
</li>
<li ng-show="hasPaidBusinessPlan" quay-require="['BILLING']">
<li ng-show="hasPaidPlan" quay-require="['BILLING']">
<a href="javascript:void(0)" data-toggle="tab" data-target="#billing" ng-click="loadInvoices()">Billing History</a>
</li>