Merge pull request #36028 from ruthra-kumar/fix_ambiguous_gst_hsn_code

fix: gst_hsn_code is ambiguous on gst reports
This commit is contained in:
ruthra kumar
2023-07-08 17:51:17 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ def execute(filters=None):
"gst_category",
"export_type",
"ecommerce_gstin",
"gst_hsn_code",
"`tabPurchase Invoice Item`.gst_hsn_code",
"bill_no",
"bill_date",
],

View File

@@ -39,7 +39,7 @@ def execute(filters=None):
"gst_category",
"export_type",
"ecommerce_gstin",
"gst_hsn_code",
"`tabSales Invoice Item`.gst_hsn_code",
]
additional_conditions = get_conditions(filters, additional_query_columns)