[mapper] [minor] idx fix for multiple pulls webnotes/erpnext#651
diff --git a/selling/doctype/quotation/quotation.py b/selling/doctype/quotation/quotation.py
index a3d0b9b..b6ff1d7 100644
--- a/selling/doctype/quotation/quotation.py
+++ b/selling/doctype/quotation/quotation.py
@@ -240,8 +240,7 @@
 				"doctype": "Sales Order Item", 
 				"field_map": {
 					"parent": "prevdoc_docname"
-				}, 
-				"add_if_empty": True
+				}
 			}, 
 			"Sales Taxes and Charges": {
 				"doctype": "Sales Taxes and Charges",