From d360ff1d6cb285ab647f4662bbbcc62ed125c659 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Fri, 2 Sep 2016 15:16:30 +0200 Subject: [PATCH] Add projectid into link create from --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b821769e666..5ca13cb06df 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3990,7 +3990,7 @@ else if ($id > 0 || ! empty($ref)) { if (! $objectidnext) { - print '
' . $langs->trans("CreateCreditNote") . '
'; + print '
' . $langs->trans("CreateCreditNote") . '
'; } }