Qual: Renamed all files & links "fiche.php" into "card.php"

This commit is contained in:
aspangaro
2014-09-18 21:18:25 +02:00
parent b22aef3521
commit 0b20369dd7
234 changed files with 665 additions and 664 deletions

View File

@@ -167,7 +167,7 @@ if ($id > 0 || ! empty($ref))
// Client
print "<tr><td>".$langs->trans("Customer")."</td>";
print '<td colspan="2">';
print '<a href="'.DOL_URL_ROOT.'/comm/fiche.php?socid='.$soc->id.'">'.$soc->nom.'</a>';
print '<a href="'.DOL_URL_ROOT.'/comm/card.php?socid='.$soc->id.'">'.$soc->nom.'</a>';
print '</td>';
print '</tr>';