dolibarr-dev
[Top][All Lists]
Advanced

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

Re: [Dolibarr-dev] normalisation selected="true"


From: Christophe
Subject: Re: [Dolibarr-dev] normalisation selected="true"
Date: Sun, 25 Sep 2005 23:04:15 -0400

Le lundi 19 septembre 2005 à 17:08 -0400, Christophe a écrit :
> Nouveau patch joint.

--- /var/www/dolibarrcvs/htdocs/comm/addpropal.php      2005-09-16
23:25:23.000000000 -0400
+++ /var/www/dolibarr/htdocs/comm/addpropal.php 2005-09-25
23:02:36.000000000 -0400
@@ -131,7 +131,7 @@
                 print '<option value="'.$contact->idp.'"';
                 if ($contact->idp == $setcontact)
                 {
-                    print ' selected';
+                    print ' selected="true"';
                 }
                 print '>'.$contact->firstname.' '.$contact->name;
                 if ($contact->email) { print '
&lt;'.$contact->email.'&gt;'; }
-- 
Christophe





reply via email to

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