From 3bdf3a6ff7da10372449f6df8f8d4ac82754b51c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Jun 2023 00:23:29 +0200 Subject: [PATCH] Fix warning --- htdocs/societe/class/companypaymentmode.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/class/companypaymentmode.class.php b/htdocs/societe/class/companypaymentmode.class.php index 1e221695a11..6af7f359ec1 100644 --- a/htdocs/societe/class/companypaymentmode.class.php +++ b/htdocs/societe/class/companypaymentmode.class.php @@ -150,7 +150,7 @@ class CompanyPaymentMode extends CommonObject /** * @var string iban * @deprecated - * @see iban_prefix + * @see $iban_prefix */ public $iban;