mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
minor fixes, lang updates
This commit is contained in:
parent
bc1ba0f237
commit
0d23f862be
@ -528,7 +528,7 @@ class TaskController extends BaseController
|
||||
return response()->json(['message' => $hash_or_response], 200);
|
||||
}
|
||||
|
||||
$tasks->each(function ($task, $key) use ($action, $user) {
|
||||
$tasks->each(function ($task) use ($action, $user) {
|
||||
if ($user->can('edit', $task)) {
|
||||
$this->task_repo->{$action}($task);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user