Merge branch 'develop' into item_group_on_update_items

This commit is contained in:
Jannat Patel
2021-02-11 16:29:34 +05:30
committed by GitHub
61 changed files with 826 additions and 414 deletions

View File

@@ -1504,6 +1504,7 @@ def update_child_qty_rate(parent_doctype, trans_items, parent_doctype_name, chil
parent.flags.ignore_validate_update_after_submit = True
parent.set_qty_as_per_stock_uom()
parent.calculate_taxes_and_totals()
parent.set_total_in_words()
if parent_doctype == "Sales Order":
make_packing_list(parent)
parent.set_gross_profit()