chore: fix imports for renamed report

(cherry picked from commit aee2e12f3944ae4db2dd77a31d0c544c1bacb65a)
This commit is contained in:
Gursheen Anand 2023-11-28 17:11:35 +05:30 committed by Mergify
parent 922aef665b
commit 573c4d2bfc

View File

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