fixed #1503
This commit is contained in:
@ -50,7 +50,7 @@ class UpdateTax extends Job
|
||||
return;
|
||||
}
|
||||
|
||||
if ($this->tax->type != $this->request->get('type')) {
|
||||
if ($this->request->has('type') && ($this->request->get('type') != $this->tax->type)) {
|
||||
$message = trans('messages.error.type', ['text' => implode(', ', $relationships)]);
|
||||
|
||||
throw new \Exception($message);
|
||||
|
Reference in New Issue
Block a user