From 85549eb023db7585e2d71686ebab99a5e55edbc6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 22 Nov 2005 22:44:17 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Mode=20paiement=20sur=20recu=20de=20dons?= =?UTF-8?q?=20non=20renseign=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/dons/html_cerfafr.modules.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/includes/modules/dons/html_cerfafr.modules.php b/htdocs/includes/modules/dons/html_cerfafr.modules.php index c260ecb7912..0b28f65f14c 100644 --- a/htdocs/includes/modules/dons/html_cerfafr.modules.php +++ b/htdocs/includes/modules/dons/html_cerfafr.modules.php @@ -106,6 +106,7 @@ class html_cerfafr extends ModeleDon $html = eregi_replace('__DONATOR_ADDRESS__',$don->adresse,$html); $html = eregi_replace('__DONATOR_ZIP__',$don->cp,$html); $html = eregi_replace('__DONATOR_TOWN__',$don->ville,$html); + $html = eregi_replace('__PAYMENTMODE_LIB__ ',$don->modepaiement,$html); // Sauve fichier sur disque dolibarr_syslog("html_cerfafr::write_file $file");