save packing list after cleanup
This commit is contained in:
parent
6751261589
commit
de293e51fc
@ -517,6 +517,7 @@ class DocType(TransactionBase):
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user