Merge branch 'master' of https://github.com/brkcvn/akaunting
This commit is contained in:
commit
9552bb90f2
@ -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');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user