updated repost_stock patch
diff --git a/erpnext/patches/september_2012/repost_stock.py b/erpnext/patches/september_2012/repost_stock.py
index 3a06901..c6b6ce3 100644
--- a/erpnext/patches/september_2012/repost_stock.py
+++ b/erpnext/patches/september_2012/repost_stock.py
@@ -18,8 +18,7 @@
def execute():
import webnotes
from webnotes.model.code import get_obj
- bin = webnotes.conn.sql("select name from `tabBin` where item_code = 'NAS' \
- and warehouse = 'MAHAPE'")
+ bin = webnotes.conn.sql("select name from `tabBin`")
i=0
for d in bin:
try: