accounts renamed to ledger_accounts from now on
This commit is contained in:
@@ -98,7 +98,7 @@ pub(crate) async fn load_page(
|
||||
.into_iter()
|
||||
// The profile's ledger accounts are not a link target of their own: an
|
||||
// ACCOUNTING column is how a row is posted to one.
|
||||
.filter(|table| table.name != crate::schema::ACCOUNTS_TABLE)
|
||||
.filter(|table| table.name != crate::schema::LEDGER_ACCOUNTS_TABLE)
|
||||
.map(|table| RelationTableOption {
|
||||
name: table.name,
|
||||
global: table.global,
|
||||
|
||||
Reference in New Issue
Block a user