Skip to content

Commit

Permalink
Merge pull request #3 from simnandez/3.1-beta
Browse files Browse the repository at this point in the history
bug #34162: Bad link in prosprection area
  • Loading branch information
hregis committed Aug 29, 2011
2 parents 19d2242 + 496e567 commit 130199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/propal/index.php
Expand Up @@ -183,7 +183,7 @@
$obj = $db->fetch_object($resql);
print "<tr $bc[$var]>";
print '<td nowrap="nowrap">';
print "<a href=\"fiche.php?id=".$obj->rowid."\">".img_object($langs->trans("ShowPropal"),"propal").' '.$obj->ref."</a></td>";
print "<a href=".DOL_URL_ROOT."/comm/propal.php?id=".$obj->rowid.">".img_object($langs->trans("ShowPropal"),"propal").' '.$obj->ref."</a></td>";
print '<td><a href="'.DOL_URL_ROOT.'/comm/fiche.php?socid='.$obj->socid.'">'.img_object($langs->trans("ShowCompany"),"company").' '.dol_trunc($obj->nom,24).'</a></td></tr>';
$i++;
}
Expand Down

0 comments on commit 130199c

Please sign in to comment.