Commit f6d03117 authored by Riri Novita's avatar Riri Novita

Merge branch 'ENV-PROD' into 'ENV-DEPLOYMENT-PROD'

fix(handleCalculate) : undefined value

See merge request !2336
parents 6c89b23a e3327301
......@@ -356,7 +356,7 @@ export default class LOV extends Component {
isi.map((i, index) => {
if (i.length > 0) {
let tgl = String(i[6]).split('-')
console.log(tgl);
// console.log(tgl);
payload.push({
"item_report_id": i[1],
"company_name": this.props.company.company_name,
......
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