Commit bb0b76eb authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

conflict index

See merge request !1213
parents a4df4555 44ffebe4
......@@ -189,8 +189,7 @@ const create = (type = "") => {
const getAllMasterDataCat = () => api.get('item_report_company/get_all_item_report_company')
const getParentItemReport = (body) => api.post('item_report/get_parent_item_report_default', body)
const saveMasterDataCat = (body) => api.post('item_report_company/create_item_report_company', body)
// const getDetailMasterDataCat = (id) => api.get(`item_report_company/create_item_report_company/${id}`)
const deleteMasterDataCat = (idCompany, years) => api.post(`item_report_company/delete_item_report_company/${idCompany}/${years}`)
const deleteMasterDataCat = (idCompany, years) => api.get(`item_report_company/delete_item_report_company/${idCompany}/${years}`)
//Transaction
const getReportTypeBody = (body) => api.post('transaction/master_budget/get_all_report', body)
......
......@@ -610,7 +610,7 @@ export default class MasterDataCAT extends Component {
item.weight,
item.years,
item.status,
item.item_report_company_id
item.company_id
]
})
this.setState({ dataTable: listData, listData: response.data.data }, () => {
......
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