Revert "fix: gst_hsn_code is ambiguous on gst reports" (#36072)

This commit is contained in:
Anand Baburajan
2023-07-10 23:45:11 +05:30
committed by GitHub
parent 0248fee533
commit 06c85fa252
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",
"`tabPurchase Invoice Item`.gst_hsn_code",
"gst_hsn_code",
"bill_no",
"bill_date",
],

View File

@@ -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)