dolibarr-cvs
[Top][All Lists]
Advanced

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

[Dolibarr-cvs] dolibarr/htdocs/comm propal.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/comm propal.php
Date: Tue, 13 Jun 2006 14:41:13 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/13 14:41:13

Modified files:
        htdocs/comm    : propal.php 

Log message:
        bugfix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/comm/propal.php?cvsroot=dolibarr&r1=1.229&r2=1.230

Patches:
Index: propal.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/comm/propal.php,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -b -r1.229 -r1.230
--- propal.php  13 Jun 2006 14:36:54 -0000      1.229
+++ propal.php  13 Jun 2006 14:41:13 -0000      1.230
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id: propal.php,v 1.229 2006/06/13 14:36:54 hregis Exp $
+ * $Id: propal.php,v 1.230 2006/06/13 14:41:13 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/comm/propal.php,v $
  */
 
@@ -535,6 +535,8 @@
  */
 if ($_GET['propalid'] > 0)
 {
+       $propalid = $_GET['propalid']
+       
        if ($msg) print "$msg<br>";
 
        $propal = new Propal($db);
@@ -610,7 +612,7 @@
                        print '</td><td colspan="3">';
                        if ($user->rights->propale->creer && $_GET['action'] == 
'refclient')
                        {
-                               print '<form 
action="fiche.php?propalid='.$id.'" method="post">';
+                               print '<form 
action="fiche.php?propalid='.$propalid.'" method="post">';
                                print '<input type="hidden" name="action" 
value="set_ref_client">';
                                print '<input type="text" class="flat" 
size="20" name="ref_client" value="'.$propal->ref_client.'">';
                                print ' <input type="submit" class="button" 
value="'.$langs->trans('Modify').'">';
@@ -1659,6 +1661,6 @@
 }
 $db->close();
 
-llxFooter('$Date: 2006/06/13 14:36:54 $ - $Revision: 1.229 $');
+llxFooter('$Date: 2006/06/13 14:41:13 $ - $Revision: 1.230 $');
 
 ?>




reply via email to

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