[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-cvs] dolibarr/htdocs/comm index.php
From: |
Regis Houssin |
Subject: |
[Dolibarr-cvs] dolibarr/htdocs/comm index.php |
Date: |
Mon, 12 Jun 2006 08:32:50 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/12 08:32:50
Modified files:
htdocs/comm : index.php
Log message:
bugfix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/comm/index.php?cvsroot=dolibarr&r1=1.94&r2=1.95
Patches:
Index: index.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/comm/index.php,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -b -r1.94 -r1.95
--- index.php 11 Jun 2006 23:22:20 -0000 1.94
+++ index.php 12 Jun 2006 08:32:49 -0000 1.95
@@ -16,7 +16,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: index.php,v 1.94 2006/06/11 23:22:20 eldy Exp $
+ * $Id: index.php,v 1.95 2006/06/12 08:32:49 hregis Exp $
* $Source: /cvsroot/dolibarr/dolibarr/htdocs/comm/index.php,v $
*/
@@ -24,7 +24,7 @@
\file htdocs/comm/index.php
\ingroup commercial
\brief Page acceuil de la zone commercial
- \version $Revision: 1.94 $
+ \version $Revision: 1.95 $
*/
require("./pre.inc.php");
@@ -509,7 +509,7 @@
$obj = $db->fetch_object();
print "<tr $bc[$var]><td><a
href=\"../contrat/fiche.php?id=".$obj->rowid."\">".img_object($langs->trans("ShowContract","contract"))."
".$obj->ref."</a></td>";
print "<td><a
href=\"fiche.php?socid=$obj->idp\">".img_object($langs->trans("ShowCompany","company"))."
".$obj->nom."</a></td>\n";
- print "<td
align=\"right\">".$staticcontrat->LibStatut($obj->statu,3)."</td></tr>\n";
+ print "<td
align=\"right\">".$staticcontrat->LibStatut($obj->statut,3)."</td></tr>\n";
$var=!$var;
$i++;
}
@@ -639,5 +639,5 @@
$db->close();
-llxFooter('$Date: 2006/06/11 23:22:20 $ - $Revision: 1.94 $');
+llxFooter('$Date: 2006/06/12 08:32:49 $ - $Revision: 1.95 $');
?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dolibarr-cvs] dolibarr/htdocs/comm index.php,
Regis Houssin <=