fix: HSN code not showing up in GST itemised register reports (#36142)
fix: hsn code not showing up in gst itemised registers
(cherry picked from commit 1d3917b335)
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ def execute(filters=None):
|
|||||||
"gst_category",
|
"gst_category",
|
||||||
"export_type",
|
"export_type",
|
||||||
"ecommerce_gstin",
|
"ecommerce_gstin",
|
||||||
"`tabPurchase Invoice Item`.gst_hsn_code",
|
"gst_hsn_code",
|
||||||
"bill_no",
|
"bill_no",
|
||||||
"bill_date",
|
"bill_date",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ def execute(filters=None):
|
|||||||
"gst_category",
|
"gst_category",
|
||||||
"export_type",
|
"export_type",
|
||||||
"ecommerce_gstin",
|
"ecommerce_gstin",
|
||||||
"`tabSales Invoice Item`.gst_hsn_code",
|
"gst_hsn_code",
|
||||||
]
|
]
|
||||||
|
|
||||||
additional_conditions = get_conditions(filters, additional_query_columns)
|
additional_conditions = get_conditions(filters, additional_query_columns)
|
||||||
|
|||||||
Reference in New Issue
Block a user