Skip to content

Commit

Permalink
fix: HSN code not showing up in GST itemised register reports (#36142)
Browse files Browse the repository at this point in the history
fix: hsn code not showing up in gst itemised registers
  • Loading branch information
anandbaburajan authored Jul 14, 2023
1 parent 3bc899f commit 1d3917b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def execute(filters=None):
"gst_category",
"export_type",
"ecommerce_gstin",
"`tabPurchase Invoice Item`.gst_hsn_code",
"gst_hsn_code",
"bill_no",
"bill_date",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def execute(filters=None):
"gst_category",
"export_type",
"ecommerce_gstin",
"`tabSales Invoice Item`.gst_hsn_code",
"gst_hsn_code",
]

additional_conditions = get_conditions(filters, additional_query_columns)
Expand Down

0 comments on commit 1d3917b

Please sign in to comment.