Merge branch 'linechart-formatmoney' into 'master'

Linechart formatmoney and change rout for mark as sent

See merge request mohit.panjvani/crater-web!3
This commit is contained in:
Mohit Panjwani
2019-11-12 10:02:59 +00:00
4 changed files with 17 additions and 2 deletions

View File

@ -130,7 +130,7 @@ export const markAsRejected = ({ commit, dispatch, state }, data) => {
export const markAsSent = ({ commit, dispatch, state }, data) => {
return new Promise((resolve, reject) => {
window.axios.post(`/api/estimates/sent`, data).then((response) => {
window.axios.post(`/api/estimates/mark-as-sent`, data).then((response) => {
// commit(types.UPDATE_INVOICE, response.data)
resolve(response)
}).catch((err) => {