Skip to content

Commit

Permalink
Transfer choose template redirect issue solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Aug 2, 2021
1 parent 95bc06e commit 83e7cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Modals/TransferTemplates.php
Expand Up @@ -57,7 +57,7 @@ public function update(Request $request)
'error' => false,
'message' => $message,
'data' => null,
'redirect' => route('settings.invoice.edit'),
'redirect' => url()->previous(),
];

flash($message)->success();
Expand Down

0 comments on commit 83e7cc5

Please sign in to comment.