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:38:56 +0000

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

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

Log message:
        Ajout confirmation de suppression

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

Patches:
Index: fiche.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/fourn/facture/fiche.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- fiche.php   13 Jun 2006 12:35:34 -0000      1.97
+++ fiche.php   13 Jun 2006 12:38:56 -0000      1.98
@@ -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.97 2006/06/13 12:35:34 hregis Exp $
+ * $Id: fiche.php,v 1.98 2006/06/13 12:38: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.97 $
+       \version    $Revision: 1.98 $
 */
 
 require('./pre.inc.php');
@@ -395,7 +395,7 @@
 
                if ($mesg) { print $mesg.'<br>'; }
 
-               if ($_GET['action'] == 'edit')
+               if ($_GET['action'] == 'edit' || $_GET['action'] == 
'delete_product_line')
                {
 
                        /*
@@ -806,5 +806,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/13 12:35:34 $ - $Revision: 1.97 $');
+llxFooter('$Date: 2006/06/13 12:38:56 $ - $Revision: 1.98 $');
 ?>




reply via email to

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