From 83c9fcb7cd4acbf7b413eb97eafd382a6d06fc42 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 12 Jun 2026 11:12:53 +0200 Subject: [PATCH] Correction erreur message fin attachement avoir --- attach_credit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attach_credit.html b/attach_credit.html index 721278d..6e8d22a 100644 --- a/attach_credit.html +++ b/attach_credit.html @@ -107,7 +107,7 @@ {{if $_GET.from == "exit"}} {{:redirect force="exit_step1.html?immo_doc_id=%s&ok=1&msg=attach_avoir"|args:$_GET.immo_doc_id}} {{else}} - {{:redirect force="amortization.html?immo_doc_id=%s&ok=1&msg=attach_credit"|args:$_GET.immo_doc_id}} + {{:redirect force="amortization.html?immo_doc_id=%s&ok=1&msg=attach_avoir"|args:$_GET.immo_doc_id}} {{/if}} {{/form}}