Commit 9fc24f39 authored by Riri Novita's avatar Riri Novita

date locf

parent e2c83895
......@@ -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