Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Rushabh Mehta 2011-09-15 16:15:38 +05:30
commit 0e71f21e1e

View File

@ -40,7 +40,7 @@ class DocType:
# 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()