commit | b2290c6f57cfe8a9ddade44f673039a4600313c9 | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Thu May 18 12:47:38 2023 +0530 |
committer | ruthra kumar <ruthra@erpnext.com> | Thu May 18 12:48:15 2023 +0530 |
tree | 76cac70980a992c644d540922cc15171114adc32 | |
parent | 1587ce3bfb2c33f58a12a4aa85f5ebddae579836 [diff] |
fix: possible type error on quotation -> sales order creation
diff --git a/erpnext/selling/doctype/quotation/quotation.py b/erpnext/selling/doctype/quotation/quotation.py index 0cab21f..61969fe 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") or []: target.append( "sales_team", {