浏览代码

FIX #6808

Laurent Destailleur 8 年之前
父节点
当前提交
ae6c58fb57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/compta/facture/card.php

+ 1 - 1
htdocs/compta/facture/card.php

@@ -4186,7 +4186,7 @@ else if ($id > 0 || ! empty($ref))
 			{
 				if (! $objectidnext && count($object->lines) > 0)
 				{
-					print '<div class="inline-block divButAction"><a class="butAction" href="facture/fiche-rec.php?facid=' . $object->id . '&amp;action=create">' . $langs->trans("ChangeIntoRepeatableInvoice") . '</a></div>';
+					print '<div class="inline-block divButAction"><a class="butAction" href="'.DOL_URL_ROOT.'/compta/facture/fiche-rec.php.php?facid=' . $object->id . '&amp;action=create">' . $langs->trans("ChangeIntoRepeatableInvoice") . '</a></div>';
 				}
 			}