fix in chart of accounts

This commit is contained in:
Nabin Hait 2015-04-23 16:29:15 +05:30
parent a30c76f430
commit 01e4c8f0f8

View File

@ -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");
}
});