Fixed incorrect BackToList link
This commit is contained in:
parent
aa9ef31f9d
commit
d5fc2a9488
@ -178,7 +178,7 @@ if ($object->fetch($id) >= 0)
|
||||
|
||||
print '<table class="border" width="100%">';
|
||||
|
||||
$linkback = '<a href="'.DOL_URL_ROOT.'/projet/liste.php">'.$langs->trans("BackToList").'</a>';
|
||||
$linkback = '<a href="'.DOL_URL_ROOT.'/comm/mailing/liste.php">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
print '<tr><td width="25%">'.$langs->trans("Ref").'</td>';
|
||||
print '<td colspan="3">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user