UI changes of update from
This commit is contained in:
@@ -42,6 +42,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
// --- TAX PAYABLE (18.5%) ---
|
||||
var tax185 = getValue("tax_book_profit_18_5");
|
||||
|
||||
// --- Education Cess 3% ---
|
||||
var tax_payable = (tax30 > tax185) ? tax30 : tax185;
|
||||
setValue("tax_payable", tax_payable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user