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 |     model = StripeCustomer | ||||||
|     paginate_by = 10 |     paginate_by = 10 | ||||||
|     ordering = '-id' |     ordering = '-id' | ||||||
|     #TODO show only clients i.e. get_query_set |  | ||||||
| 
 | 
 | ||||||
| class HostingBillDetailView(PermissionRequiredMixin, LoginRequiredMixin, DetailView): | class HostingBillDetailView(PermissionRequiredMixin, LoginRequiredMixin, DetailView): | ||||||
|     template_name = "hosting/bill_detail.html" |     template_name = "hosting/bill_detail.html" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue