Commit e50dc688 authored by Riri Novita's avatar Riri Novita

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

date locf

See merge request !2225
parents 808e9a23 0e23898d
......@@ -405,7 +405,7 @@ export default class LOCF extends Component {
let reg = /^[-+]?(?:[0-9]+,)*[0-9]+(?:\.[0-9]+)?$/;
isi.map((i, index) => {
if (i.length > 0) {
let tgl = String(i[5]).split('-')
let tgl = String(i[6]).split('-')
payload.push({
"item_report_id": i[1],
"borrower_comp_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