|
@@ -1403,7 +1403,7 @@ if ($action == 'create')
|
|
|
print '<tr>';
|
|
|
print '<td>' . $langs->trans("Project") . '</td><td colspan="2">';
|
|
|
$numprojet = $formproject->select_projects($soc->id, $projectid, 'projectid', 0);
|
|
|
- print ' <a href="../projet/card.php?socid=' . $soc->id . '&action=create&status=1&backtopage='.urlencode($_SERVER["PHP_SELF"].'?action=create&socid='.$soc->id).'">' . $langs->trans("AddProject") . '</a>';
|
|
|
+ print ' <a href="'.DOL_URL_ROOT.'/projet/card.php?socid=' . $soc->id . '&action=create&status=1&backtopage='.urlencode($_SERVER["PHP_SELF"].'?action=create&socid='.$soc->id).'">' . $langs->trans("AddProject") . '</a>';
|
|
|
print '</td>';
|
|
|
print '</tr>';
|
|
|
}
|