dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] forme juridique on sélectionnée à l'édit ion


From: Christophe
Subject: [Dolibarr-dev] forme juridique on sélectionnée à l'édit ion
Date: Sun, 21 Aug 2005 19:20:36 -0400

La forme juridique n'est actuellement pas correctement sélectionnées
lors de l'édition des paramètres.

Correctif :

--- /var/www/dolibarrcvs/htdocs/admin/index.php 2005-08-21
16:54:52.000000000 -0400
+++ /var/www/dolibarr/htdocs/admin/index.php    2005-08-21
19:17:56.000000000 -0400
@@ -151,7 +151,7 @@
     print '<tr
'.$bc[$var].'><td>'.$langs->trans("JuridicalStatus").'</td><td>';
     if ($conf->global->MAIN_INFO_SOCIETE_PAYS)
     {
-
$form->select_forme_juridique($conf->global->MAIN_INFO_FORME_JURIDIQUE,
$code_pays);
+
$form->select_forme_juridique($conf->global->MAIN_INFO_SOCIETE_FORME_JURIDIQUE,$code_pays);
     }
     else
     {

-- 
Christophe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]