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