From 615342aa77d5bc23911ad686010295af535fbf52 Mon Sep 17 00:00:00 2001 From: JC Prieto Date: Thu, 12 Nov 2020 10:32:52 +0100 Subject: [PATCH] Update account.class.php Doc on ics_transfer var --- htdocs/compta/bank/class/account.class.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php index 0e80b21f644..ea6491c7636 100644 --- a/htdocs/compta/bank/class/account.class.php +++ b/htdocs/compta/bank/class/account.class.php @@ -216,10 +216,15 @@ class Account extends CommonObject public $date_solde; /** - * Creditor Identifier CI and Transfer ICS. Some banks use different ICS for direct debit and bank tranfer + * Creditor Identifier CI. Some banks use different ICS for direct debit and bank tranfer * @var string */ public $ics; + + /** + * Creditor Identifier for Bank Transfer. + * @var string + */ public $ics_transfer;