commit | 0d89bfacdbff88d5072297c7578a310650df40db | [log] [tgz] |
---|---|---|
author | Gursheen Anand <gursheen@frappe.io> | Fri Jul 14 13:03:22 2023 +0530 |
committer | Gursheen Anand <gursheen@frappe.io> | Fri Jul 14 13:03:22 2023 +0530 |
tree | 8281dc98471bc6955ec349f79f234afee1ffd972 | |
parent | c084fe6b3fa061e55b1b3bf1e6849f94364530ec [diff] [blame] |
fix: show additional table cols from india compliance api call
diff --git a/erpnext/accounts/report/utils.py b/erpnext/accounts/report/utils.py index 462ef21..91a6e7f 100644 --- a/erpnext/accounts/report/utils.py +++ b/erpnext/accounts/report/utils.py
@@ -173,7 +173,7 @@ else: columns.append(fieldname) - return ", " + ", ".join(columns) + return columns def get_values_for_columns(report_columns, report_row):