Commit 0e23898d authored by Riri Novita's avatar Riri Novita

Merge branch 'dev-riri' into 'ENV-DEV'

date locf

See merge request !2224
parents 95a4883d 4fccc3b6
......@@ -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