dolibarr-cvs
[Top][All Lists]
Advanced

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

[Dolibarr-cvs] dolibarr/htdocs/fourn/facture fiche.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/fourn/facture fiche.php
Date: Tue, 13 Jun 2006 12:42:56 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/13 12:42:56

Modified files:
        htdocs/fourn/facture: fiche.php 

Log message:
        bugfix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/fourn/facture/fiche.php?cvsroot=dolibarr&r1=1.99&r2=1.100

Patches:
Index: fiche.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/fourn/facture/fiche.php,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- fiche.php   13 Jun 2006 12:41:02 -0000      1.99
+++ fiche.php   13 Jun 2006 12:42:56 -0000      1.100
@@ -18,7 +18,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: fiche.php,v 1.99 2006/06/13 12:41:02 hregis Exp $
+ * $Id: fiche.php,v 1.100 2006/06/13 12:42:56 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/fourn/facture/fiche.php,v $
  */
 
@@ -26,7 +26,7 @@
        \file       htdocs/fourn/facture/fiche.php
        \ingroup    facture, fournisseur
        \brief      Page des la fiche facture fournisseur
-       \version    $Revision: 1.99 $
+       \version    $Revision: 1.100 $
 */
 
 require('./pre.inc.php');
@@ -407,6 +407,7 @@
                         {
                                
$html->form_confirm($_SERVER["PHP_SELF"].'?facid='.$fac->id.'&amp;ligne_id='.$_GET["ligne_id"],
 $langs->trans('DeleteProductLine'), $langs->trans('ConfirmDeleteProductLine'), 
'confirm_deleteproductline');
                                print '<br>';
+                               $_GET['action'] = 'edit'; //renvoi sur l'édition
                         }
 
                        print '<form name="update" 
action="fiche.php?facid='.$fac->id.'" method="post">';
@@ -806,5 +807,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/13 12:41:02 $ - $Revision: 1.99 $');
+llxFooter('$Date: 2006/06/13 12:42:56 $ - $Revision: 1.100 $');
 ?>




reply via email to

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