Skip to content

Commit

Permalink
shortexpiry report changes
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBan authored and indraniBan committed Jul 31, 2024
1 parent 88920d5 commit 2ce0ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public String getShortExpiryReport(ItemStockEntryReport entryReport) {
object[1] != null ? object[1].toString() : null,
object[2] != null ? object[2].toString() : null,
object[3] != null ? object[3].toString() : null,
object[4] != null ? ((Double) object[4]).doubleValue() : null,
object[4] != null ? ((BigDecimal) object[4]).doubleValue() : null,
(Date) (object[5] != null ? object[5] : null),
(Integer) (object[6] != null ? object[6] : null));

Expand Down

0 comments on commit 2ce0ff0

Please sign in to comment.