fix: add patch for renaming tds payable report

This commit is contained in:
Gursheen Anand 2023-07-24 14:52:29 +05:30
parent 2f6d0bdcee
commit 5224f13db2
5 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
// For license information, please see license.txt
/* eslint-disable */
frappe.query_reports["TDS Payable Monthly"] = {
frappe.query_reports["Tax Withholding Details"] = {
"filters": [
{
"fieldname":"company",

View File

@ -12,11 +12,11 @@
"modified": "2021-09-20 12:05:50.387572",
"modified_by": "Administrator",
"module": "Accounts",
"name": "TDS Payable Monthly",
"name": "Tax Withholding Details",
"owner": "Administrator",
"prepared_report": 0,
"ref_doctype": "Purchase Invoice",
"report_name": "TDS Payable Monthly",
"report_name": "Tax Withholding Details",
"report_type": "Script Report",
"roles": [
{

View File

@ -262,6 +262,7 @@ erpnext.patches.v14_0.update_reference_due_date_in_journal_entry
erpnext.patches.v15_0.saudi_depreciation_warning
erpnext.patches.v15_0.delete_saudi_doctypes
erpnext.patches.v14_0.show_loan_management_deprecation_warning
execute:frappe.rename_doc("Report", "TDS Payable Monthly", "Tax Withholding Details", force=True)
[post_model_sync]
execute:frappe.delete_doc_if_exists('Workspace', 'ERPNext Integrations Settings')