Skip to content
Snippets Groups Projects
Commit 48a71283 authored by ynerant's avatar ynerant
Browse files

📦 On a déménagé

parent f222ba13
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!91Documents
Pipeline #8378 passed with warnings with stages
in 5 minutes and 10 seconds
......@@ -142,10 +142,10 @@ class InvoiceRenderView(LoginRequiredMixin, View):
products = Product.objects.filter(invoice=invoice).all()
# Informations of the BDE. Should be updated when the school will move.
invoice.place = "Cachan"
invoice.my_name = "BDE ENS Cachan"
invoice.my_address_street = "61 avenue du Président Wilson"
invoice.my_city = "94230 Cachan"
invoice.place = "Gif-sur-Yvette"
invoice.my_name = "BDE ENS Paris-Saclay"
invoice.my_address_street = "4 avenue des Sciences"
invoice.my_city = "91190 Gif-sur-Yvette"
invoice.bank_code = 30003
invoice.desk_code = 3894
invoice.account_number = 37280662
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment