tax profiles
This commit is contained in:
@@ -1121,7 +1121,6 @@ $(function() {
|
||||
exclusive_total = total_price * exclusive_tax;
|
||||
total_price = total_price + exclusive_total;
|
||||
}
|
||||
|
||||
var fixed_total_price = parseFloat(total_price).toFixed(2);
|
||||
var fixed_taxable_amount = parseFloat(taxable_amount).toFixed(2);
|
||||
$('#total_tax').empty();
|
||||
|
||||
Reference in New Issue
Block a user