Merge branch 'akaunting:master' into master
This commit is contained in:
commit
b185fcc7cb
@ -45,5 +45,9 @@ class UpdateTransaction extends Job implements ShouldUpdate
|
||||
|
||||
throw new \Exception($message);
|
||||
}
|
||||
|
||||
if ($this->model->isTransferTransaction()) {
|
||||
throw new \Exception('Unauthorized');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user