This commit is contained in:
Cüneyt Şentürk 2022-10-12 12:44:28 +03:00
parent 0170caee74
commit 55d091b26b

View File

@ -479,7 +479,7 @@ export default class Form {
this.loading = true;
// Empty hash because /sale/customer/1#transaction redirect to sale/invoice/create.
windows.location.hash = '';
window.location.hash = '';
window.location.href = response.data.redirect;