[fixes][patch] update valuation rate in purchase cycle and repost patch
This commit is contained in:
parent
9053cbc9f8
commit
f8525fea06
@ -20,8 +20,7 @@ def execute():
|
|||||||
from stock.stock_ledger import update_entries_after
|
from stock.stock_ledger import update_entries_after
|
||||||
item_warehouse = []
|
item_warehouse = []
|
||||||
# update valuation_rate in transaction
|
# update valuation_rate in transaction
|
||||||
doctypes = {"Purchase Receipt": "purchase_receipt_details",
|
doctypes = {"Purchase Receipt": "purchase_receipt_details", "Purchase Invoice": "entries"}
|
||||||
"Purchase Invoice": "entries"}
|
|
||||||
|
|
||||||
for dt in doctypes:
|
for dt in doctypes:
|
||||||
for d in webnotes.conn.sql("""select name from `tab%s`
|
for d in webnotes.conn.sql("""select name from `tab%s`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user