Commit 40740a9c authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

handlevalidate tp

See merge request !796
parents 6f1d5e77 11224f29
......@@ -286,6 +286,7 @@ const create = (type = "") => {
const uploadMonthlyReportOI = (body) => api.post('transaction/monthly_report_oi/import_monthly_report', body)
const uploadMonthlyReportCAT = (body) => api.post('transaction/monthly_report/cat/import_monthly_report', body)
const validateSubmitReportMR = (body) => api.post('transaction/monthly_report/validate_save', body)
const validateSubmitReportMRTP = (body) => api.post('transaction/monthly_report_tp/validate_save', body)
// MonthlyPL
const getHierarkiMontlyReportPL = (body) => api.post('transaction/monthly_report_pl/get_report_hierarki', body)
......@@ -514,7 +515,8 @@ const create = (type = "") => {
uploadMonthlyReportOI,
uploadMonthlyReportCAT,
getHierarkiMontlyReportCF,
validateSubmitReportMR
validateSubmitReportMR,
validateSubmitReportMRTP
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment