mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +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.tax_rate.wrapper).toggle(false);
|
||||||
$(fd.warehouse.wrapper).toggle(false);
|
$(fd.warehouse.wrapper).toggle(false);
|
||||||
} else {
|
} else {
|
||||||
|
$(fd.account_type.wrapper).toggle(true);
|
||||||
fd.account_type.$input.trigger("change");
|
fd.account_type.$input.trigger("change");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user