commit | de293e51fcdc29c2cd30f0a044a4b9002e6644c6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jul 02 16:24:54 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jul 02 16:24:54 2012 +0530 |
tree | ddd8e904167411aa3485a86c0c223885e8dc57d5 | |
parent | 67512615893757966091ddd304f11419513a2335 [diff] |
save packing list after cleanup
diff --git a/erpnext/selling/doctype/sales_common/sales_common.py b/erpnext/selling/doctype/sales_common/sales_common.py index 66d786e..6e46b9a 100644 --- a/erpnext/selling/doctype/sales_common/sales_common.py +++ b/erpnext/selling/doctype/sales_common/sales_common.py
@@ -517,6 +517,7 @@ for d in getlist(obj.doclist, 'packing_details'): if [d.parent_item, d.parent_detail_docname] not in parent_items: d.parent = '' + d.save() # Get total in words