[minor] [fix]

This commit is contained in:
Nabin Hait 2013-07-29 16:16:03 +05:30
parent 17082e71f1
commit dce9fdfe26

View File

@ -114,7 +114,8 @@ class DocType(SellingController):
def validate_with_previous_doc(self):
prev_doctype = [d.prevdoc_doctype for d in self.doclist.get({
"parentfield": "delivery_note_details", "prevdoc_doctype": ["!=", ""]})]
"parentfield": "delivery_note_details"}) if cstr(d.prevdoc_doctype) != ""]
if prev_doctype:
super(DocType, self).validate_with_previous_doc(self.tname, {
prev_doctype[0]: {