camelCase format for method amountByType
This commit is contained in:
parent
832ceb2be3
commit
28ba847709
@ -548,7 +548,7 @@ class AdherentType extends CommonObject
|
||||
* @param int $status Filter on status of type
|
||||
* @return array List of types of members
|
||||
*/
|
||||
public function amount_by_type($status = null)
|
||||
public function amountByType($status = null)
|
||||
{
|
||||
|
||||
global $conf, $langs;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user