From 9252914a09dbe4b15ab680b0eb01fa3ffb808180 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Sep 2016 13:30:14 +0200 Subject: [PATCH] Fix avoid useless param if not defined --- 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 ea349d239bd..e7ac23ca73a 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -4000,7 +4000,7 @@ else if ($id > 0 || ! empty($ref)) { if (! $objectidnext) { - print '
' . $langs->trans("CreateCreditNote") . '
'; + print '
' . $langs->trans("CreateCreditNote") . '
'; } }