From 5eedde191fe82e0d7a8ee78b22640dcc501574dd Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 6 Aug 2013 12:40:23 +0530 Subject: [PATCH] [mapper] [minor] idx fix for multiple pulls webnotes/erpnext#651 --- selling/doctype/quotation/quotation.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/selling/doctype/quotation/quotation.py b/selling/doctype/quotation/quotation.py index a3d0b9b2c2..b6ff1d7fd9 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",