1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop

This commit is contained in:
David Bomba 2022-04-03 13:04:02 +10:00
commit 626f647f99

View File

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