dolibarr-cvs
[Top][All Lists]
Advanced

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

[Dolibarr-cvs] dolibarr/htdocs/comm/action fiche.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/comm/action fiche.php
Date: Sat, 10 Jun 2006 16:48:54 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/10 16:48:54

Modified files:
        htdocs/comm/action: fiche.php 

Log message:
        ajout traduction

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/comm/action/fiche.php?cvsroot=dolibarr&r1=1.76&r2=1.77

Patches:
Index: fiche.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/comm/action/fiche.php,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- fiche.php   3 Jun 2006 14:47:06 -0000       1.76
+++ fiche.php   10 Jun 2006 16:48:54 -0000      1.77
@@ -17,7 +17,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.76 2006/06/03 14:47:06 eldy Exp $
+ * $Id: fiche.php,v 1.77 2006/06/10 16:48:54 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/comm/action/fiche.php,v $
  */
  
@@ -25,7 +25,7 @@
         \file       htdocs/comm/action/fiche.php
         \ingroup    commercial
         \brief      Page de la fiche action commercial
-        \version    $Revision: 1.76 $
+        \version    $Revision: 1.77 $
 */
  
 require_once("./pre.inc.php");
@@ -37,6 +37,7 @@
 $langs->load("commercial");
 $langs->load("other");
 $langs->load("bills");
+$langs->load("orders");
 
 // Sécurité accés client
 if ($user->societe_id > 0) 
@@ -547,7 +548,7 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/03 14:47:06 $ - $Revision: 1.76 $');
+llxFooter('$Date: 2006/06/10 16:48:54 $ - $Revision: 1.77 $');
 
 
 /**




reply via email to

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