dolibarr-cvs
[Top][All Lists]
Advanced

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

[Dolibarr-cvs] dolibarr/htdocs/compta facture.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/compta facture.php
Date: Tue, 20 Jun 2006 12:45:53 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/20 12:45:53

Modified files:
        htdocs/compta  : facture.php 

Log message:
        récupération de la référence client

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/compta/facture.php?cvsroot=dolibarr&r1=1.337&r2=1.338

Patches:
Index: facture.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/compta/facture.php,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -b -r1.337 -r1.338
--- facture.php 20 Jun 2006 10:02:57 -0000      1.337
+++ facture.php 20 Jun 2006 12:45:53 -0000      1.338
@@ -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: facture.php,v 1.337 2006/06/20 10:02:57 hregis Exp $
+ * $Id: facture.php,v 1.338 2006/06/20 12:45:53 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/compta/facture.php,v $
  */
 
@@ -28,7 +28,7 @@
                \file       htdocs/compta/facture.php
                \ingroup    facture
                \brief      Page de création d'une facture
-               \version    $Revision: 1.337 $
+               \version    $Revision: 1.338 $
 */
 
 require('./pre.inc.php');
@@ -809,8 +809,9 @@
        print '<tr><td>'.$langs->trans('Ref').'</td><td 
colspan="2">'.$langs->trans('Draft').'</td></tr>';
        
        // Reference client
+       $refclient = $ref_client ? $ref_client : '';
        print '<tr><td>'.$langs->trans('RefCustomer').'</td><td>';
-       print '<input type="text" name="ref_client" value=""></td>';
+       print '<input type="text" name="ref_client" 
value="'.$refclient.'"></td>';
        print '</tr>';
 
        // Societe
@@ -2618,5 +2619,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/20 10:02:57 $ - $Revision: 1.337 $');
+llxFooter('$Date: 2006/06/20 12:45:53 $ - $Revision: 1.338 $');
 ?>




reply via email to

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