diff --git a/htdocs/core/modules/dons/html_cerfafr.modules.php b/htdocs/core/modules/dons/html_cerfafr.modules.php index 657c24e615d..a4ff4e43a2d 100644 --- a/htdocs/core/modules/dons/html_cerfafr.modules.php +++ b/htdocs/core/modules/dons/html_cerfafr.modules.php @@ -205,7 +205,7 @@ class html_cerfafr extends ModeleDon $form = str_replace('__FrenchEligibility__', $frencheligibility, $form); $art200 = ''; - if (preg_match('/fr/i', $outputlangs->defaultlang)) { + if ($mysoc->country_code == 'FR') { if ($conf->global->DONATION_ART200 >= 1) { $art200 = '200 du CGI'; @@ -216,7 +216,7 @@ class html_cerfafr extends ModeleDon $form = str_replace('__ARTICLE200__', $art200, $form); $art238 = ''; - if (preg_match('/fr/i', $outputlangs->defaultlang)) { + if ($mysoc->country_code == 'FR') { if ($conf->global->DONATION_ART238 >= 1) { $art238 = '238 bis du CGI'; @@ -227,7 +227,7 @@ class html_cerfafr extends ModeleDon $form = str_replace('__ARTICLE238__', $art238, $form); $art978 = ''; - if (preg_match('/fr/i', $outputlangs->defaultlang)) { + if ($mysoc->country_code == 'FR') { if ($conf->global->DONATION_ART978 >= 1) { $art978 = '978 du CGI'; diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 241848a594a..9550e7a54fe 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -555,8 +555,6 @@ Module57Name=Payments by Direct Debit Module57Desc=Management of Direct Debit orders. It includes generation of SEPA file for European countries. Module58Name=ClickToDial Module58Desc=Integration of a ClickToDial system (Asterisk, ...) -Module59Name=Bookmark4u -Module59Desc=Add function to generate Bookmark4u account from a Dolibarr account Module60Name=Stickers Module60Desc=Management of stickers Module70Name=Interventions