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:41:02 +0000

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

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.98&r2=1.99

Patches:
Index: fiche.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/fourn/facture/fiche.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- fiche.php   13 Jun 2006 12:38:56 -0000      1.98
+++ fiche.php   13 Jun 2006 12:41:02 -0000      1.99
@@ -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.98 2006/06/13 12:38:56 hregis Exp $
+ * $Id: fiche.php,v 1.99 2006/06/13 12:41:02 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.98 $
+       \version    $Revision: 1.99 $
 */
 
 require('./pre.inc.php');
@@ -395,6 +395,8 @@
 
                if ($mesg) { print $mesg.'<br>'; }
 
+               print_titre($langs->trans('SupplierInvoice'));
+
                if ($_GET['action'] == 'edit' || $_GET['action'] == 
'delete_product_line')
                {
 
@@ -407,8 +409,6 @@
                                print '<br>';
                         }
                        
-                       print_titre($langs->trans('SupplierInvoice'));
-
                        print '<form name="update" 
action="fiche.php?facid='.$fac->id.'" method="post">';
                        print '<input type="hidden" name="action" 
value="update">';
 
@@ -806,5 +806,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/13 12:38:56 $ - $Revision: 1.98 $');
+llxFooter('$Date: 2006/06/13 12:41:02 $ - $Revision: 1.99 $');
 ?>




reply via email to

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