Commit 83887bcc authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'master'

perbaikan issue

See merge request !802
parents 9ae07376 a4beac9f
......@@ -295,6 +295,7 @@ const create = (type = "") => {
const createMonthlyReportPL = (body) => api.post('transaction/monthly_report_pl/create_monthly_report', body)
const checkUploadMonthlyReportPL = (body) => api.post('transaction/monthly_report_pl/check_import', body)
const uploadMonthlyReportPL = (body) => api.post('transaction/monthly_report_pl/import_monthly_report', body)
const validateSubmitReportPL = (body) => api.post('transaction/monthly_report_pl/validate_save', body)
//Template
const downloadTemplate = (fileName, fileType) => api.get(`attachment/download_file?fileName=${fileName}&&fileType=${fileType}`)
......@@ -520,7 +521,8 @@ const create = (type = "") => {
getHierarkiMontlyReportCF,
validateSubmitReportMR,
validateSubmitReportMRTP,
validateSubmitReportBS
validateSubmitReportBS,
validateSubmitReportPL
}
}
......
This diff is collapsed.
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