Merge pull request #2845 from tysauron/patch-2

Bug : Declaration of CompanyBankAccount::create() should be compatibl…
This commit is contained in:
Laurent Destailleur 2015-05-20 15:19:42 +02:00
commit a05510c9df

View File

@ -76,7 +76,7 @@ class CompanyBankAccount extends Account
*
* @return int <0 if KO, >= 0 if OK
*/
function create()
function create($user='')
{
$now=dol_now();