Bug : Declaration of CompanyBankAccount::create() should be compatible with Account::create($user = '')

This commit is contained in:
tysauron 2015-05-19 11:30:14 +02:00
parent 62e1c55c97
commit d29aa083cf

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();