fix exccel qty
This commit is contained in:
parent
f111f4833a
commit
dcf8d176b7
@ -445,7 +445,7 @@ fun exportOutgoingInventory(tickets: List<OutgoingInventory>) {
|
|||||||
|
|
||||||
//6 would be repeated
|
//6 would be repeated
|
||||||
row.createCell(i++).setCellValue(ticket.products!![j].productName)
|
row.createCell(i++).setCellValue(ticket.products!![j].productName)
|
||||||
row.createCell(i++).setCellValue(ticket.products!![j].quantity)
|
row.createCell(i++).setCellValue(ticket.products!![j].billQty)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user