Skip to content
Snippets Groups Projects
Commit a05510c9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2845 from tysauron/patch-2

Bug : Declaration of CompanyBankAccount::create() should be compatibl…
parents 0e837f75 d29aa083
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