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

@ -1691,7 +1691,6 @@ function UserAdminCtrl($scope, $timeout, $location, ApiService, PlanService, Use
};
$scope.loadInvoices = function() {
if (!$scope.hasPaidBusinessPlan) { return; }
$scope.invoicesShown++;
};