mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
style: formate according to Codacy/PR Quality Review
This commit is contained in:
@@ -339,7 +339,6 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
|
|||||||
tax.row_id = tax.idx - 1;
|
tax.row_id = tax.idx - 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(tax.charge_type == "Actual") {
|
if(tax.charge_type == "Actual") {
|
||||||
// distribute the tax amount proportionally to each item row
|
// distribute the tax amount proportionally to each item row
|
||||||
var actual = flt(tax.tax_amount, precision("tax_amount", tax));
|
var actual = flt(tax.tax_amount, precision("tax_amount", tax));
|
||||||
|
|||||||
Reference in New Issue
Block a user