From fc7d1c6553fbfc6f36afa051e2bdb2aba2cb0c73 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 13 Nov 2024 23:22:26 +0100 Subject: [PATCH] Fix phan --- htdocs/admin/pdf_other.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/pdf_other.php b/htdocs/admin/pdf_other.php index 8b9badab823..21596154a0e 100644 --- a/htdocs/admin/pdf_other.php +++ b/htdocs/admin/pdf_other.php @@ -453,7 +453,7 @@ if (isModEnabled('invoice')) { } print ''; */ - + /* Keep this option hidden for the moment to avoid options inflation. We'll see later if it is used enough... print ''; print $form->textwithpicto($langs->trans("SUPPLIER_PROPOSAL_ADD_BILLING_CONTACT"), $langs->trans("SUPPLIER_PROPOSAL_ADD_BILLING_CONTACTMore"));