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