diff --git a/selling/doctype/quotation/quotation.py b/selling/doctype/quotation/quotation.py index a3d0b9b2c25..b6ff1d7fd9a 100644 --- a/selling/doctype/quotation/quotation.py +++ b/selling/doctype/quotation/quotation.py @@ -240,8 +240,7 @@ def _make_sales_order(source_name, target_doclist=None, ignore_permissions=False "doctype": "Sales Order Item", "field_map": { "parent": "prevdoc_docname" - }, - "add_if_empty": True + } }, "Sales Taxes and Charges": { "doctype": "Sales Taxes and Charges",