mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
Merge branch 'edge' of github.com:webnotes/erpnext into edge
This commit is contained in:
@@ -12,4 +12,3 @@ def execute():
|
|||||||
for item in pi.doclist.get({"parentfield": "entries"}):
|
for item in pi.doclist.get({"parentfield": "entries"}):
|
||||||
webnotes.conn.sql("""update `tabPurchase Invoice Item` set valuation_rate = %s
|
webnotes.conn.sql("""update `tabPurchase Invoice Item` set valuation_rate = %s
|
||||||
where name = %s""", (item.valuation_rate, item.name))
|
where name = %s""", (item.valuation_rate, item.name))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user