/[dolibarr]/dolibarr/htdocs/comm/prospect/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/prospect/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by eldy, Tue Aug 23 22:59:18 2005 UTC revision 1.22 by eldy, Wed Aug 31 22:17:04 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
24              \file       htdocs/comm/prospect/index.php              \file       htdocs/comm/prospect/index.php
25          \ingroup    commercial          \ingroup    commercial
26                  \brief      Page acceuil de la zone prospection                  \brief      Page accueil de la zone prospection
27                  \version    $Revision$                  \version    $Revision$
28  */  */
29    
# Line 239  if ($conf->propal->enabled && $user->rig Line 238  if ($conf->propal->enabled && $user->rig
238              {              {
239                  $obj = $db->fetch_object($resql);                  $obj = $db->fetch_object($resql);
240                  $var=!$var;                  $var=!$var;
241                  print "<tr $bc[$var]><td width=\"20%\"><a href=\"../propal.php?propalid=".$obj->rowid."\">";                  print "<tr $bc[$var]><td><a href=\"../propal.php?propalid=".$obj->rowid."\">";
242                  print img_object($langs->trans("ShowPropal"),"propal").' '.$obj->ref.'</a></td>';                  print img_object($langs->trans("ShowPropal"),"propal").' '.$obj->ref.'</a></td>';
243            
244                  print "<td width=\"30%\"><a href=\"fiche.php?id=$obj->idp\">".img_object($langs->trans("ShowCompany"),"company").' '.$obj->nom."</a></td>\n";                  print "<td><a href=\"fiche.php?id=$obj->idp\">".img_object($langs->trans("ShowCompany"),"company").' '.$obj->nom."</a></td>\n";
245                  print "<td align=\"right\">";                  print "<td align=\"right\">";
246                  print dolibarr_print_date($obj->dp)."</td>\n";                  print dolibarr_print_date($obj->dp)."</td>\n";
247                  print "<td align=\"right\">".price($obj->price)."</td></tr>\n";                  print "<td align=\"right\">".price($obj->price)."</td></tr>\n";

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26