mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
fix in chart of accounts
This commit is contained in:
@@ -220,6 +220,7 @@ erpnext.AccountsChart = Class.extend({
|
||||
$(fd.tax_rate.wrapper).toggle(false);
|
||||
$(fd.warehouse.wrapper).toggle(false);
|
||||
} else {
|
||||
$(fd.account_type.wrapper).toggle(true);
|
||||
fd.account_type.$input.trigger("change");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user