add comment
This commit is contained in:
@@ -457,7 +457,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
const id = event.el.id.substr(8);
|
||||
const id = event.el.id.substr(8); // account_
|
||||
const account = this.$utilities.getAccountByAccountId(this.accounts, id);
|
||||
|
||||
if (!account || !this.accounts[account.category] || !this.accounts[account.category][event.to]) {
|
||||
|
||||
@@ -253,7 +253,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
const id = event.el.id.substr(9);
|
||||
const id = event.el.id.substr(9); // category_
|
||||
let category = null;
|
||||
|
||||
for (let i = 0; i < this.categories.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user