fix(patch): delete stale shopify doctypes (#27313)
This commit is contained in:
parent
a158b825fc
commit
b25d28e023
@ -301,4 +301,5 @@ erpnext.patches.v13_0.einvoicing_deprecation_warning
|
||||
erpnext.patches.v13_0.custom_fields_for_taxjar_integration
|
||||
erpnext.patches.v14_0.delete_einvoicing_doctypes
|
||||
erpnext.patches.v13_0.set_operation_time_based_on_operating_cost
|
||||
erpnext.patches.v13_0.validate_options_for_data_field
|
||||
erpnext.patches.v13_0.validate_options_for_data_field
|
||||
erpnext.patches.v14_0.delete_shopify_doctypes
|
||||
|
5
erpnext/patches/v14_0/delete_shopify_doctypes.py
Normal file
5
erpnext/patches/v14_0/delete_shopify_doctypes.py
Normal file
@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.delete_doc("DocType", "Shopify Settings", ignore_missing=True)
|
||||
frappe.delete_doc("DocType", "Shopify Log", ignore_missing=True)
|
Loading…
x
Reference in New Issue
Block a user