Skip to content
Snippets Groups Projects
Commit d29aa083 authored by tysauron's avatar tysauron
Browse files

Bug : Declaration of CompanyBankAccount::create() should be compatible with...

Bug : Declaration of CompanyBankAccount::create() should be compatible with Account::create($user = '')
parent 62e1c55c
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class CompanyBankAccount extends Account
*
* @return int <0 if KO, >= 0 if OK
*/
function create()
function create($user='')
{
$now=dol_now();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment