Rename variable.

This commit is contained in:
James Cole
2021-10-03 06:05:11 +02:00
parent 0a89af3c83
commit 1e0e5d0fe9
8 changed files with 16 additions and 16 deletions

View File

@@ -718,9 +718,9 @@ export default {
}
} else {
if (this.storeAsNew) {
window.location.href = window.previousUri + '?transaction_group_id=' + groupId + '&message=created';
window.location.href = window.previousUrl + '?transaction_group_id=' + groupId + '&message=created';
} else {
window.location.href = window.previousUri + '?transaction_group_id=' + groupId + '&message=updated';
window.location.href = window.previousUrl + '?transaction_group_id=' + groupId + '&message=updated';
}
}
},