Fix url
This commit is contained in:
parent
dc9cd28437
commit
d7a776ad8a
@ -4144,7 +4144,7 @@ if ($action == 'create')
|
|||||||
$result = $tmptemplate->fetch($object->fk_fac_rec_source);
|
$result = $tmptemplate->fetch($object->fk_fac_rec_source);
|
||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
print ' <span class="opacitymediumbycolor paddingleft">';
|
print ' <span class="opacitymediumbycolor paddingleft">';
|
||||||
print $langs->transnoentities("GeneratedFromTemplate", '<a href="'.DOL_MAIN_URL_ROOT.'/compta/facture/card-rec.php?facid='.$tmptemplate->id.'">'.dol_escape_htmltag($tmptemplate->ref).'</a>');
|
print $langs->transnoentities("GeneratedFromTemplate", '<a href="'.DOL_URL_ROOT.'/compta/facture/card-rec.php?facid='.$tmptemplate->id.'">'.dol_escape_htmltag($tmptemplate->ref).'</a>');
|
||||||
print '</span>';
|
print '</span>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user