[minor] removed customer validation between quotation and SO

This commit is contained in:
Nabin Hait 2013-07-24 16:19:54 +05:30
parent 1672fd8c99
commit 23a64d7f9d

View File

@ -166,7 +166,7 @@ class DocType(SellingController):
super(DocType, self).validate_with_previous_doc(self.tname, {
"Quotation": {
"ref_dn_field": "prevdoc_docname",
"compare_fields": [["customer", "="], ["company", "="], ["currency", "="]]
"compare_fields": [["company", "="], ["currency", "="]]
}
})