fixes to bin for reposting future entires
diff --git a/erpnext/patches/patch.py b/erpnext/patches/patch.py
index 5dd8b8d..9a82945 100644
--- a/erpnext/patches/patch.py
+++ b/erpnext/patches/patch.py
@@ -345,7 +345,7 @@
for b in bin:
bobj = get_obj('Bin',b[0])
prev_sle = bobj.get_prev_sle(posting_date = '2011-09-01', posting_time = '01:00')
- bobj.update_item_valuation(posting_date = '2011-09-01', posting_time = '01:00', prev_sle = prev_sle)
+ bobj.update_entries_after(posting_date = '2011-09-01', posting_time = '01:00', prev_sle = prev_sle)
elif patch_no == 368:
from webnotes.utils import nestedset
t = [