mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
Error fixed in patch
This commit is contained in:
@@ -39,7 +39,7 @@ def execute():
|
|||||||
|
|
||||||
sql("update `tabBOM Material` set rate = moving_avg_rate, amount = amount_as_per_mar")
|
sql("update `tabBOM Material` set rate = moving_avg_rate, amount = amount_as_per_mar")
|
||||||
|
|
||||||
sql("update `tabFlat Bom Detail` set rate = moving_avg_rate, amount = amount_as_per_mar")
|
sql("update `tabFlat BOM Detail` set rate = moving_avg_rate, amount = amount_as_per_mar")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user