Merge pull request #2845 from tysauron/patch-2
Bug : Declaration of CompanyBankAccount::create() should be compatibl…
This commit is contained in:
commit
a05510c9df
@ -76,7 +76,7 @@ class CompanyBankAccount extends Account
|
||||
*
|
||||
* @return int <0 if KO, >= 0 if OK
|
||||
*/
|
||||
function create()
|
||||
function create($user='')
|
||||
{
|
||||
$now=dol_now();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user