Remove comment
I assume that only clients are StripeCustomer objects
This commit is contained in:
		
					parent
					
						
							
								3078536bd7
							
						
					
				
			
			
				commit
				
					
						c745a8c402
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -499,7 +499,6 @@ class HostingBillListView(LoginRequiredMixin, ListView): | |||
|     model = StripeCustomer | ||||
|     paginate_by = 10 | ||||
|     ordering = '-id' | ||||
|     #TODO show only clients i.e. get_query_set | ||||
| 
 | ||||
| class HostingBillDetailView(PermissionRequiredMixin, LoginRequiredMixin, DetailView): | ||||
|     template_name = "hosting/bill_detail.html" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue