Enable invoice views on all plans
This commit is contained in:
parent
80435d9c0b
commit
ee3ad9e7c3
3 changed files with 10 additions and 11 deletions
|
@ -1691,7 +1691,6 @@ function UserAdminCtrl($scope, $timeout, $location, ApiService, PlanService, Use
|
|||
};
|
||||
|
||||
$scope.loadInvoices = function() {
|
||||
if (!$scope.hasPaidBusinessPlan) { return; }
|
||||
$scope.invoicesShown++;
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue