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:43:36 +0000

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

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.231&r2=1.232

Patches:
Index: propal.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/comm/propal.php,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -b -r1.231 -r1.232
--- propal.php  13 Jun 2006 14:42:00 -0000      1.231
+++ propal.php  13 Jun 2006 14:43:35 -0000      1.232
@@ -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.231 2006/06/13 14:42:00 hregis Exp $
+ * $Id: propal.php,v 1.232 2006/06/13 14:43:35 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/comm/propal.php,v $
  */
 
@@ -612,7 +612,7 @@
                        print '</td><td colspan="3">';
                        if ($user->rights->propale->creer && $_GET['action'] == 
'refclient')
                        {
-                               print '<form 
action="fiche.php?propalid='.$propalid.'" method="post">';
+                               print '<form 
action="propal.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').'">';
@@ -1661,6 +1661,6 @@
 }
 $db->close();
 
-llxFooter('$Date: 2006/06/13 14:42:00 $ - $Revision: 1.231 $');
+llxFooter('$Date: 2006/06/13 14:43:35 $ - $Revision: 1.232 $');
 
 ?>




reply via email to

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