commit | 73bcd4451aac1b532503ee21771e94d0221a6940 | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Thu May 18 12:07:35 2023 +0530 |
committer | GitHub <noreply@github.com> | Thu May 18 12:07:35 2023 +0530 |
tree | 73038eb057256e4c0f207c924488c0d69f1cab63 | |
parent | 6fbcc3d19630f8ace7e585fa754124755cc63110 [diff] | |
parent | 90ddf1c0f0bd7e7bd8a932d3e21c0829cf60ff28 [diff] |
Merge pull request #35352 from niyazrazak/patch-12 fix: create sales order
diff --git a/erpnext/selling/doctype/quotation/quotation.py b/erpnext/selling/doctype/quotation/quotation.py index 693fc92..0cab21f 100644 --- a/erpnext/selling/doctype/quotation/quotation.py +++ b/erpnext/selling/doctype/quotation/quotation.py
@@ -288,7 +288,7 @@ ) # sales team - for d in customer.get("sales_team"): + for d in customer.get("sales_team", []): target.append( "sales_team", {