fix in chart of accounts
This commit is contained in:
parent
a30c76f430
commit
01e4c8f0f8
@ -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");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user