commit | 3780508ec565964fefb2ec39e2493ad9253110fb | [log] [tgz] |
---|---|---|
author | Himanshu Warekar <himanshuwarekar@yahoo.com> | Mon Jun 24 00:33:01 2019 +0530 |
committer | Himanshu Warekar <himanshuwarekar@yahoo.com> | Mon Jun 24 00:33:01 2019 +0530 |
tree | bfd105450415729b5b4fcaf67e6911162d6389f7 | |
parent | de8c38f0fe12619c4f0cf3a30199481b537a981d [diff] | |
parent | 3ec19b7afa892f50e6f24a63b15288c2a0d2aec8 [diff] |
Merge branch 'sla_fix' of https://github.com/hrwx/erpnext into sla_fix
diff --git a/erpnext/selling/doctype/quotation/quotation.py b/erpnext/selling/doctype/quotation/quotation.py index ad151be..4e6c833 100644 --- a/erpnext/selling/doctype/quotation/quotation.py +++ b/erpnext/selling/doctype/quotation/quotation.py
@@ -171,6 +171,10 @@ "Sales Team": { "doctype": "Sales Team", "add_if_empty": True + }, + "Payment Schedule": { + "doctype": "Payment Schedule", + "add_if_empty": True } }, target_doc, set_missing_values, ignore_permissions=ignore_permissions)