mark-as-sent in vue action

This commit is contained in:
bansarishukla
2019-11-14 19:02:34 +05:30
parent 8fc1ef9348
commit 929ae6bdc7
4 changed files with 9 additions and 5 deletions

View File

@ -425,7 +425,7 @@ export default {
if (response.data) {
this.filters.status = 'ACCEPTED'
this.$refs.table.refresh()
window.toastr['success'](this.$tc('estimates.marked_as_rejected_message'))
window.toastr['success'](this.$tc('estimates.confirm_mark_as_accepted'))
}
}
})