Skip to content
Snippets Groups Projects
Commit d7d212bb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix bad link to list

parent fd651818
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ if ($object->id > 0)
$totalpaye = $object->getSommePaiement();
$linkback = '<a href="' . DOL_URL_ROOT . '/compta/facture/list.php' . (! empty($socid) ? '?socid=' . $socid : '') . '">' . $langs->trans("BackToList") . '</a>';
$linkback = '<a href="' . DOL_URL_ROOT . '/fourn/facture/list.php' . (! empty($socid) ? '?socid=' . $socid : '') . '">' . $langs->trans("BackToList") . '</a>';
$morehtmlref='<div class="refidno">';
// Ref supplier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment