mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	📦 On a déménagé
This commit is contained in:
		@@ -142,10 +142,10 @@ class InvoiceRenderView(LoginRequiredMixin, View):
 | 
				
			|||||||
        products = Product.objects.filter(invoice=invoice).all()
 | 
					        products = Product.objects.filter(invoice=invoice).all()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Informations of the BDE. Should be updated when the school will move.
 | 
					        # Informations of the BDE. Should be updated when the school will move.
 | 
				
			||||||
        invoice.place = "Cachan"
 | 
					        invoice.place = "Gif-sur-Yvette"
 | 
				
			||||||
        invoice.my_name = "BDE ENS Cachan"
 | 
					        invoice.my_name = "BDE ENS Paris-Saclay"
 | 
				
			||||||
        invoice.my_address_street = "61 avenue du Président Wilson"
 | 
					        invoice.my_address_street = "4 avenue des Sciences"
 | 
				
			||||||
        invoice.my_city = "94230 Cachan"
 | 
					        invoice.my_city = "91190 Gif-sur-Yvette"
 | 
				
			||||||
        invoice.bank_code = 30003
 | 
					        invoice.bank_code = 30003
 | 
				
			||||||
        invoice.desk_code = 3894
 | 
					        invoice.desk_code = 3894
 | 
				
			||||||
        invoice.account_number = 37280662
 | 
					        invoice.account_number = 37280662
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user