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

Fix POO declaration

parent 749f8cf2
No related branches found
No related tags found
No related merge requests found
......@@ -64,9 +64,10 @@ class CompanyBankAccount extends Account
* Create bank information record
*
* @param User $user User
* @param int $notrigger 1=Disable triggers
* @return int <0 if KO, >= 0 if OK
*/
function create(User $user = null)
function create(User $user = null, $notrigger=0)
{
$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