Update comment to mention exclude() fonction

This commit is contained in:
daraelmin 2021-03-13 19:17:28 +01:00 committed by GitHub
parent 5f0249894d
commit 39fba3c4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ class MembersTypes extends DolibarrApi
continue;
}
// Process the status separately because it must be updated using
// the validate() and resiliate() methods of the class AdherentType.
// the validate(), resiliate() and exclude() methods of the class AdherentType.
$membertype->$field = $value;
}