From 786553bb9136f4ecc3d4be8827faf9c688360c61 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Dec 2005 01:14:28 +0000 Subject: [PATCH] Fix: Choix du module de generation du model du bon de dons ne fonctionnait pas. --- htdocs/admin/dons.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/dons.php b/htdocs/admin/dons.php index de480e682e1..b4d77a12e05 100644 --- a/htdocs/admin/dons.php +++ b/htdocs/admin/dons.php @@ -41,7 +41,7 @@ $dons_addon_var = DON_ADDON; $typeconst=array('yesno','texte','chaine'); -if ($_GET["action"] == 'set') +if ($_GET["action"] == 'setmodelbon') { if (dolibarr_set_const($db, "DON_ADDON",$_GET["value"])) $don_addon_var = $_GET["value"]; @@ -101,7 +101,7 @@ while (($file = readdir($handle))!==false) { print ' '; print ''; - print ''.$langs->trans("Activate").''; + print ''.$langs->trans("Activate").''; } print "\n";