Initialize vat number in payment forms
This commit is contained in:
		
					parent
					
						
							
								568d874476
							
						
					
				
			
			
				commit
				
					
						6ea486b527
					
				
			
		
					 2 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -694,6 +694,7 @@ class PaymentVMView(LoginRequiredMixin, FormView):
 | 
			
		|||
                'city': current_billing_address.city,
 | 
			
		||||
                'postal_code': current_billing_address.postal_code,
 | 
			
		||||
                'country': current_billing_address.country,
 | 
			
		||||
                'vat_number': self.request.user.vat_number
 | 
			
		||||
            }
 | 
			
		||||
        })
 | 
			
		||||
        return form_kwargs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue