Merge branch 'akaunting:master' into master

This commit is contained in:
Burak Civan
2022-08-04 10:36:13 +03:00
committed by GitHub

View File

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