mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
[minor] removed customer validation between quotation and SO
This commit is contained in:
@@ -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", "="]]
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user