[fixes][patch] update valuation rate in purchase cycle and repost patch
diff --git a/patches/may_2013/p02_update_valuation_rate.py b/patches/may_2013/p02_update_valuation_rate.py
index d538d60..280473c 100644
--- a/patches/may_2013/p02_update_valuation_rate.py
+++ b/patches/may_2013/p02_update_valuation_rate.py
@@ -20,8 +20,7 @@
from stock.stock_ledger import update_entries_after
item_warehouse = []
# update valuation_rate in transaction
- doctypes = {"Purchase Receipt": "purchase_receipt_details",
- "Purchase Invoice": "entries"}
+ doctypes = {"Purchase Receipt": "purchase_receipt_details", "Purchase Invoice": "entries"}
for dt in doctypes:
for d in webnotes.conn.sql("""select name from `tab%s`