dolibarr-cvs
[Top][All Lists]
Advanced

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

[Dolibarr-cvs] dolibarr/htdocs/product fournisseurs.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/product fournisseurs.php
Date: Sat, 10 Jun 2006 10:00:22 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/10 10:00:22

Modified files:
        htdocs/product : fournisseurs.php 

Log message:
        ajoute 1 par défaut sur la quantité

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/product/fournisseurs.php?cvsroot=dolibarr&r1=1.35&r2=1.36

Patches:
Index: fournisseurs.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/product/fournisseurs.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- fournisseurs.php    10 Jun 2006 09:27:34 -0000      1.35
+++ fournisseurs.php    10 Jun 2006 10:00:22 -0000      1.36
@@ -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: fournisseurs.php,v 1.35 2006/06/10 09:27:34 hregis Exp $
+ * $Id: fournisseurs.php,v 1.36 2006/06/10 10:00:22 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/product/fournisseurs.php,v $
  */
 
@@ -26,7 +26,7 @@
         \file       htdocs/product/fournisseurs.php
         \ingroup    product
         \brief      Page de l'onglet fournisseur de produits
-        \version    $Revision: 1.35 $
+        \version    $Revision: 1.36 $
 */
 
 require("./pre.inc.php");
@@ -314,7 +314,8 @@
             }
                                  
                      print '<tr><td>'.$langs->trans("Qty").'</td>';
-                     print '<td><input class="flat" name="qty" size="5" 
value="'.$_GET["qty"].'"></td>';
+                     $quantity = $_GET["qty"] ? $_GET["qty"] : "1";
+                     print '<td><input class="flat" name="qty" size="5" 
value="'.$quantity.'"></td>';
                      print '<td>'.$langs->trans("Price").'</td>';
                      print '<td><input class="flat" name="price" size="8" 
value="'.price($_GET["price"]).'"></td></tr>';
 
@@ -432,5 +433,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/10 09:27:34 $ - $Revision: 1.35 $');
+llxFooter('$Date: 2006/06/10 10:00:22 $ - $Revision: 1.36 $');
 ?>




reply via email to

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