FIX : forgotten php doc on function parameter

This commit is contained in:
gauthier 2017-09-26 14:18:26 +02:00
parent 7f938bc517
commit 8de9c5cd36

View File

@ -1209,7 +1209,7 @@ class Account extends CommonObject
/** /**
* Charge indicateurs this->nb de tableau de bord * Charge indicateurs this->nb de tableau de bord
* * @param int id of bank acount for filter
* @return int <0 if ko, >0 if ok * @return int <0 if ko, >0 if ok
*/ */
function load_state_board($filteraccountid = 0) function load_state_board($filteraccountid = 0)