Compare commits

...

1 Commits

Author SHA1 Message Date
Anand Baburajan
bf586f705e Revert "fix: gst_hsn_code is ambiguous on gst reports" 2023-07-10 23:19:59 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -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",
], ],

View File

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