typo
This commit is contained in:
parent
0170caee74
commit
55d091b26b
2
resources/assets/js/plugins/form.js
vendored
2
resources/assets/js/plugins/form.js
vendored
@ -479,7 +479,7 @@ export default class Form {
|
|||||||
this.loading = true;
|
this.loading = true;
|
||||||
|
|
||||||
// Empty hash because /sale/customer/1#transaction redirect to sale/invoice/create.
|
// Empty hash because /sale/customer/1#transaction redirect to sale/invoice/create.
|
||||||
windows.location.hash = '';
|
window.location.hash = '';
|
||||||
|
|
||||||
window.location.href = response.data.redirect;
|
window.location.href = response.data.redirect;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user