Skip to content

Commit

Permalink
fix: change stock entry to stock module
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil28297 committed Oct 7, 2020
1 parent 265151d commit 80fe676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/patches/v13_0/set_manufacturing_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def execute():
frappe.reload_doc("manufacturing", "doctype", "BOM", force=1)
frappe.reload_doc("manufacturing", "doctype", "Work Order")
frappe.reload_doc("manufacturing", "doctype", "Stock Entry")
frappe.reload_doc("stock", "doctype", "Stock Entry")
for dt in ('BOM', 'Work Order', 'Stock Entry'):
frappe.db.sql("""
UPDATE
Expand Down

0 comments on commit 80fe676

Please sign in to comment.