fix: implicit string concatenation (#25371)

* fix: implicit string concatenations

* chore: rerun healthcare patch for company fields
This commit is contained in:
Ankush Menat
2021-04-16 22:08:44 +05:30
committed by GitHub
parent 67e647232c
commit d6be154ac2
3 changed files with 4 additions and 4 deletions

View File

@@ -693,7 +693,7 @@ execute:frappe.reload_doctype('Dashboard')
execute:frappe.reload_doc('desk', 'doctype', 'number_card_link')
execute:frappe.delete_doc_if_exists('Dashboard', 'Accounts')
erpnext.patches.v13_0.update_actual_start_and_end_date_in_wo
erpnext.patches.v13_0.set_company_field_in_healthcare_doctypes #2020-05-25
erpnext.patches.v13_0.set_company_field_in_healthcare_doctypes #2021-04-16
erpnext.patches.v12_0.update_bom_in_so_mr
execute:frappe.delete_doc("Report", "Department Analytics")
execute:frappe.rename_doc("Desk Page", "Loan Management", "Loan", force=True)