commit | 66444061858d323f09087ad350c951484a27cdea | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Fri Oct 10 18:48:09 2014 +0530 |
committer | Neil Trini Lasrado <neil@frappe.io> | Tue Oct 14 12:14:38 2014 +0530 |
tree | fbe8b551a4e389501fa1d8391641a23caefeaf68 | |
parent | b3a962e121d6863202da2206e2b71f2ebe57fba3 [diff] [blame] |
Fix - BOM calculated wrong cost on update cost
diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 0dbe444..92f8395 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt
@@ -85,3 +85,4 @@ execute:frappe.delete_doc("Report", "Warehouse-Wise Stock Balance") execute:frappe.delete_doc("DocType", "Purchase Request") execute:frappe.delete_doc("DocType", "Purchase Request Item") +erpnext.patches.v4_2.recalculate_bom_cost \ No newline at end of file