Merge branch 'akaunting:master' into master

This commit is contained in:
Burak Civan 2022-08-04 10:36:13 +03:00 committed by GitHub
commit b185fcc7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,5 +45,9 @@ class UpdateTransaction extends Job implements ShouldUpdate
throw new \Exception($message); throw new \Exception($message);
} }
if ($this->model->isTransferTransaction()) {
throw new \Exception('Unauthorized');
}
} }
} }