commit | 3e8f35c09e40ae211f69cc2c8fa97133ebcdaec4 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Apr 30 11:47:45 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Apr 30 11:47:45 2012 +0530 |
tree | d9998db0f37f741417f9518cd964b7b5b728ab2b | |
parent | fc51f995c82df41ca792482979a9b49d83be11c3 [diff] |
fixes in bin
diff --git a/erpnext/stock/doctype/bin/bin.py b/erpnext/stock/doctype/bin/bin.py index 24c47fc..1c2b53e 100644 --- a/erpnext/stock/doctype/bin/bin.py +++ b/erpnext/stock/doctype/bin/bin.py
@@ -270,7 +270,7 @@ # if no prev sle, start from the first one (for repost) if not prev_sle: - cqty, cval, val_rate, self.fcfs_bal = 0, 0, 0, [] + cqty, cval, val_rate, stock_val, self.fcfs_bal = 0, 0, 0, 0, [] # normal else: