From 48a7128370d4c2624e2b6c7aa6c2112af5212c56 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <yohann.danello@gmail.com>
Date: Thu, 6 Aug 2020 19:42:22 +0200
Subject: [PATCH] =?UTF-8?q?:package:=20On=20a=20d=C3=A9m=C3=A9nag=C3=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 apps/treasury/views.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/treasury/views.py b/apps/treasury/views.py
index 2fbe4777..76fd4f46 100644
--- a/apps/treasury/views.py
+++ b/apps/treasury/views.py
@@ -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
-- 
GitLab