Renamed the accounting-selector-modal class to accounting-account-selector-modal in the account selector.
This commit is contained in:
@ -480,7 +480,7 @@ function updateBalance(currencyIndex, entryType) {
|
||||
* @private
|
||||
*/
|
||||
function initializeAccountSelectors() {
|
||||
const selectors = Array.from(document.getElementsByClassName("accounting-selector-modal"));
|
||||
const selectors = Array.from(document.getElementsByClassName("accounting-account-selector-modal"));
|
||||
const formAccountControl = document.getElementById("accounting-entry-form-account-control");
|
||||
const formAccount = document.getElementById("accounting-entry-form-account");
|
||||
for (const selector of selectors) {
|
||||
|
Reference in New Issue
Block a user