Commit c4d83f7b authored by Faisal Hamdi's avatar Faisal Hamdi

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into faisal

parents 006a1950 27eb83db
......@@ -330,7 +330,7 @@ export default class CorporateAnnualTargetMR extends Component {
})
}
downloadTemplate = async () => {
downloadTemplate = async () => {
console.log(`${process.env.REACT_APP_URL_MAIN_BE}/public/transaction/cat/monthly_report/download_template?report_id=${this.props.report_id}&&company_id=${this.props.company.company_id}&&year=${this.props.periode}`)
let res = await fetch(
`${process.env.REACT_APP_URL_MAIN_BE}/public/transaction/cat/monthly_report/download_template?report_id=${this.props.report_id}&&company_id=${this.props.company.company_id}&&year=${this.props.periode}`
......
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