From 45db18299f7ad932123fb3eb3cd09a918beedbcb Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Wed, 26 May 2021 15:16:39 +0200
Subject: [PATCH] Add street 2 on report invoice

---
 report/account_invoice_template.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/report/account_invoice_template.xml b/report/account_invoice_template.xml
index 688bd66..4c9be9c 100644
--- a/report/account_invoice_template.xml
+++ b/report/account_invoice_template.xml
@@ -7,7 +7,7 @@
                     <strong>Point de retrait:</strong> <span t-field="o.vracoop_point_retrait_id"/><br/>
                     <strong>Adresse: </strong><br/>
                     <span t-field="o.vracoop_point_retrait_id.street"/><br/>
-                    <span t-field="o.vracoop_point_retrait_id.street"/><br/>
+                    <span t-field="o.vracoop_point_retrait_id.street2"/><br/>
                     <span t-field="o.vracoop_point_retrait_id.zip"/> - <span t-field="o.vracoop_point_retrait_id.city"/><br/><br/>
                     <strong>Jour de retrait:</strong> <span t-field="o.day_retrait"/><br/>
                     <strong>Heure de retrait:</strong> <span t-field="o.hour_retrait" t-options= '{"widget": "float_time"}'/>
-- 
GitLab