check serial nos bin qty only if serial no entered into the document
This commit is contained in:
parent
3b19f6b7c8
commit
6ae7f8fe58
@ -40,7 +40,7 @@ class DocType:
|
|||||||
|
|
||||||
|
|
||||||
# update valuation for post dated entry
|
# update valuation for post dated entry
|
||||||
if actual_qty:
|
if actual_qty and serial_no:
|
||||||
# check actual qty with total number of serial no
|
# check actual qty with total number of serial no
|
||||||
self.check_qty_with_serial_no()
|
self.check_qty_with_serial_no()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user