Bug : Declaration of CompanyBankAccount::create() should be compatible with Account::create($user = '')
This commit is contained in:
parent
62e1c55c97
commit
d29aa083cf
@ -76,7 +76,7 @@ class CompanyBankAccount extends Account
|
|||||||
*
|
*
|
||||||
* @return int <0 if KO, >= 0 if OK
|
* @return int <0 if KO, >= 0 if OK
|
||||||
*/
|
*/
|
||||||
function create()
|
function create($user='')
|
||||||
{
|
{
|
||||||
$now=dol_now();
|
$now=dol_now();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user