[patch] Set default material request type in Item based on default bom
diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index 4d3932f..4e99afa 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -307,4 +307,4 @@
 erpnext.patches.v7_0.remove_old_earning_deduction_doctypes
 erpnext.patches.v7_0.make_guardian
 erpnext.patches.v7_0.update_refdoc_in_landed_cost_voucher
-execute:frappe.db.sql("update `tabItem` set default_material_request_type= case when default_bom is not null then 'Manufacture' else 'Purchase' end")
+erpnext.patches.v7_0.set_material_request_type_in_item
\ No newline at end of file