fix exccel qty

This commit is contained in:
gowthaman 2024-08-02 17:34:27 +05:30
parent f111f4833a
commit dcf8d176b7

View File

@ -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)
}
}