Merge pull request #38396 from frappe/mergify/bp/version-15-hotfix/pr-38392

fix: imports for renamed report (backport #38392)
This commit is contained in:
Gursheen Kaur Anand
2023-11-28 19:21:37 +05:30
committed by GitHub

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