commit | b0a8d000b1c1d7551fc37d6df8e95e1b37a5da94 | [log] [tgz] |
---|---|---|
author | nabinhait <nabinhait@gmail.com> | Mon Jul 14 11:56:03 2014 +0530 |
committer | nabinhait <nabinhait@gmail.com> | Mon Jul 14 11:56:03 2014 +0530 |
tree | 3e10d12dde202bd14d3c18e2e22a10691ce51006 | |
parent | 5c38488590d8398ce4bb242473884303b3661113 [diff] |
Utility: reset serial no status and warehouse
diff --git a/erpnext/utilities/repost_stock.py b/erpnext/utilities/repost_stock.py index 1c6782a..4205893 100644 --- a/erpnext/utilities/repost_stock.py +++ b/erpnext/utilities/repost_stock.py
@@ -198,6 +198,10 @@ for serial_no in serial_nos: try: sr = frappe.get_doc("Serial No", serial_no) + last_sle = sr.get_last_sle() + if flt(last_sle.actual_qty) > 0: + sr.warehouse = last_sle.warehouse + sr.via_stock_ledger = True sr.save() except: