commit | 5eedde191fe82e0d7a8ee78b22640dcc501574dd | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Aug 06 12:40:23 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Aug 06 12:40:23 2013 +0530 |
tree | dd1469c401725685fe5f16d05daaf020fae97a48 | |
parent | b9eb0849c350fbfac4ad7597486ac3fac88337b0 [diff] |
[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",