mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Mark canceled accounts as trashed
This commit is contained in:
parent
cd62d7f1a7
commit
bea3e2b05b
@ -1394,6 +1394,9 @@ class AccountController extends BaseController
|
||||
if (! $account->hasMultipleAccounts()) {
|
||||
$company = $account->company;
|
||||
$refunded = $company->processRefund(Auth::user());
|
||||
|
||||
$ninjaClient = $this->accountRepo->getNinjaClient($account);
|
||||
$ninjaClient->delete();
|
||||
}
|
||||
|
||||
Document::scope()->each(function ($item, $key) {
|
||||
|
Loading…
Reference in New Issue
Block a user