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

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/20 10:02:58

Modified files:
        htdocs/compta  : facture.php 

Log message:
        ajout possibilité de mettre une ref client

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

Patches:
Index: facture.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/compta/facture.php,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -b -r1.336 -r1.337
--- facture.php 20 Jun 2006 09:58:21 -0000      1.336
+++ facture.php 20 Jun 2006 10:02:57 -0000      1.337
@@ -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.336 2006/06/20 09:58:21 hregis Exp $
+ * $Id: facture.php,v 1.337 2006/06/20 10:02:57 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.336 $
+               \version    $Revision: 1.337 $
 */
 
 require('./pre.inc.php');
@@ -1439,7 +1439,7 @@
                        }
                        else
                        {
-                               print $commande->ref_client;
+                               print $fac->ref_client;
                        }
                        print '</td>';
                        print '</tr>';
@@ -2618,5 +2618,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/20 09:58:21 $ - $Revision: 1.336 $');
+llxFooter('$Date: 2006/06/20 10:02:57 $ - $Revision: 1.337 $');
 ?>




reply via email to

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