commit | 0e71f21e1e064a4a7dcd38a1ae0ec80d796473ea | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Sep 15 16:15:38 2011 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Sep 15 16:15:38 2011 +0530 |
tree | d7062f0b5d7085818c71461b27ab9c01938e19f6 | |
parent | bdda9770e7749533ef1c0e2f5ced25b0afdd9318 [diff] | |
parent | ecc75123e84e29bacf1ba6fd5ea0cf5cc6da5f37 [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()