chore: Cleanup patches

This commit is contained in:
Deepesh Garg
2022-11-23 17:47:05 +05:30
parent 454b598718
commit f448a077b8
3 changed files with 0 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
import frappe
from erpnext.regional.united_states.setup import make_custom_fields
def execute():
company = frappe.get_all("Company", filters={"country": "United States"})
if not company:
return
make_custom_fields()