Update adherent.class.php

This commit is contained in:
Laurent Destailleur 2021-04-09 12:27:10 +02:00 committed by GitHub
parent 555a968f93
commit 17b446e8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1491,7 +1491,6 @@ class Adherent extends CommonObject
* @param string $emetteur_banque Name of bank of cheque
* @param int $datesubend Date end subscription
* @param int $fk_type Member type id
*
* @return int rowid of record added, <0 if KO
*/
public function subscription($date, $amount, $accountid = 0, $operation = '', $label = '', $num_chq = '', $emetteur_nom = '', $emetteur_banque = '', $datesubend = 0, $fk_type = null)