commit | c232acbe9be82db46f7300502ed0698472bb07ab | [log] [tgz] |
---|---|---|
author | Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com> | Tue Nov 28 18:22:59 2023 +0530 |
committer | GitHub <noreply@github.com> | Tue Nov 28 18:22:59 2023 +0530 |
tree | 2e60227e3d5ef838aef81a1b04e9390d7f78aa54 | |
parent | 8f00481c5f7742b120a232622fae7b3f7e3d2e86 [diff] | |
parent | aee2e12f3944ae4db2dd77a31d0c544c1bacb65a [diff] |
Merge pull request #38392 from GursheenK/report-rename-import 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, )