commit | aee2e12f3944ae4db2dd77a31d0c544c1bacb65a | [log] [tgz] |
---|---|---|
author | Gursheen Anand <gursheen@frappe.io> | Tue Nov 28 17:11:35 2023 +0530 |
committer | Gursheen Anand <gursheen@frappe.io> | Tue Nov 28 17:11:35 2023 +0530 |
tree | 2e60227e3d5ef838aef81a1b04e9390d7f78aa54 | |
parent | 8f00481c5f7742b120a232622fae7b3f7e3d2e86 [diff] |
chore: fix imports for renamed report
diff --git a/erpnext/accounts/report/tds_computation_summary/tds_computation_summary.py b/erpnext/accounts/report/tds_computation_summary/tds_computation_summary.py index 82f97f1..2b5566f 100644 --- a/erpnext/accounts/report/tds_computation_summary/tds_computation_summary.py +++ b/erpnext/accounts/report/tds_computation_summary/tds_computation_summary.py
@@ -1,7 +1,7 @@ import frappe from frappe import _ -from erpnext.accounts.report.tds_payable_monthly.tds_payable_monthly import ( +from erpnext.accounts.report.tax_withholding_details.tax_withholding_details import ( get_result, get_tds_docs, )