Skip to content

Commit

Permalink
fix: use uom and qty in outward hsn summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Mar 26, 2024
1 parent de23fde commit e7186c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ def get_items(filters):
f"""
SELECT
`tabSales Invoice Item`.gst_hsn_code,
`tabSales Invoice Item`.stock_uom as uqc,
sum(`tabSales Invoice Item`.stock_qty) AS stock_qty,
`tabSales Invoice Item`.uom as uqc,
sum(`tabSales Invoice Item`.qty) AS stock_qty,
sum(`tabSales Invoice Item`.taxable_value) AS taxable_value,
`tabSales Invoice Item`.parent,
`tabSales Invoice Item`.item_code,
Expand Down

0 comments on commit e7186c9

Please sign in to comment.