commit | ecc75123e84e29bacf1ba6fd5ea0cf5cc6da5f37 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Sep 15 15:40:53 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Sep 15 15:40:53 2011 +0530 |
tree | f1bb70a51502d075fd4e43d50f4a59f39ca5121c | |
parent | 6ae7f8fe585604f41c16711e29fbeb740f4b0af4 [diff] | |
parent | 9133ba0f2ba302477de67ef2d4bed4e1150247a0 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/erpnext/stock/doctype/bin/bin.py b/erpnext/stock/doctype/bin/bin.py index 65b8686..3b71bd0 100644 --- a/erpnext/stock/doctype/bin/bin.py +++ b/erpnext/stock/doctype/bin/bin.py
@@ -40,7 +40,7 @@ # update valuation for post dated entry - if actual_qty: + if actual_qty and serial_no: # check actual qty with total number of serial no self.check_qty_with_serial_no()