Merge pull request #6440 from rohitwaghchaure/additional_discount_amount_issue

[Fix] Additional Discount Amount can't be refresh automatically #6199
This commit is contained in:
Nabin Hait 2016-09-22 16:03:00 +05:30 committed by GitHub
commit 22e1665244

View File

@ -678,6 +678,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
me._set_values_for_item_list(r.message);
if(item) me.set_gross_profit(item);
if(calculate_taxes_and_totals) me.calculate_taxes_and_totals();
if(me.frm.doc.apply_discount_on) me.frm.trigger("apply_discount_on")
}
}
});