mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
[setup] bug fixes
This commit is contained in:
@@ -8,6 +8,6 @@ class DocType:
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
def validate(self):
|
||||
for key in ["supplier_type", "maintain_same_rate"]:
|
||||
for key in ["supplier_type", "supp_master_name", "maintain_same_rate"]:
|
||||
webnotes.conn.set_default(key, self.doc.fields.get(key, ""))
|
||||
|
||||
Reference in New Issue
Block a user