Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
This commit is contained in:
commit
626f647f99
1 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ class LedgerService
|
|||
|
||||
$this->entity->company_ledger()->save($company_ledger);
|
||||
|
||||
}, 5);
|
||||
}, 1);
|
||||
|
||||
// \DB::connection(config('database.default'))->commit();
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ class LedgerService
|
|||
|
||||
$this->entity->company_ledger()->save($company_ledger);
|
||||
|
||||
}, 5);
|
||||
}, 1);
|
||||
|
||||
// \DB::connection(config('database.default'))->commit();
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ class LedgerService
|
|||
|
||||
$this->entity->company_ledger()->save($company_ledger);
|
||||
|
||||
}, 5);
|
||||
}, 1);
|
||||
|
||||
// \DB::connection(config('database.default'))->commit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue