Commit 7f5a24fe authored by a.bairuha's avatar a.bairuha

update

parent 8f9067fa
......@@ -66,7 +66,7 @@ export default class ReportItems extends Component {
company: item[1],
orders: item[2],
description: item[3] === undefined ? null : item[3],
parent: item[4] === undefined ? null : item[4],
parent: item[4] === undefined ? 0 : item[4],
uom: item[5] === undefined ? null : item[5],
weight: item[6] === undefined ? "" : item[6],
type_report: item[7],
......
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