style: change formatting

This commit is contained in:
Mangesh-Khairnar 2019-06-14 11:17:17 +05:30
parent f8bf57c956
commit 6726dea88b

View File

@ -394,7 +394,7 @@ frappe.ui.form.on("Expense Taxes and Charges", {
if(!child.amount) { if(!child.amount) {
child.tax_amount = flt(frm.doc.total_sanctioned_amount) * (flt(child.rate)/100); child.tax_amount = flt(frm.doc.total_sanctioned_amount) * (flt(child.rate)/100);
} }
frm.trigger("calculate_total_tax", cdt, cdn) frm.trigger("calculate_total_tax", cdt, cdn);
}, },
tax_amount: function(frm, cdt, cdn) { tax_amount: function(frm, cdt, cdn) {