Merge pull request #38392 from GursheenK/report-rename-import

fix: imports for renamed report
This commit is contained in:
Gursheen Kaur Anand 2023-11-28 18:22:59 +05:30 committed by GitHub
commit c232acbe9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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