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

This commit is contained in:
Anand Doshi
2013-07-30 10:44:07 +05:30
6 changed files with 24 additions and 12 deletions

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]: {