Skip to content

Commit

Permalink
Merge pull request #2845 from tysauron/patch-2
Browse files Browse the repository at this point in the history
Bug : Declaration of CompanyBankAccount::create() should be compatibl…
  • Loading branch information
eldy committed May 20, 2015
2 parents 0e837f7 + d29aa08 commit a05510c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/class/companybankaccount.class.php
Expand Up @@ -76,7 +76,7 @@ function __construct($db)
*
* @return int <0 if KO, >= 0 if OK
*/
function create()
function create($user='')
{
$now=dol_now();

Expand Down

0 comments on commit a05510c

Please sign in to comment.