mirror of
https://github.com/frappe/books.git
synced 2024-12-22 02:49:03 +00:00
fix: change account roottype filter for expense account
This commit is contained in:
parent
81aac9c0e2
commit
a40157f54b
@ -9,7 +9,7 @@ export class LoyaltyProgram extends Doc {
|
||||
|
||||
static filters: FiltersMap = {
|
||||
expenseAccount: () => ({
|
||||
rootType: AccountRootTypeEnum.Liability,
|
||||
rootType: AccountRootTypeEnum.Expense,
|
||||
isGroup: false,
|
||||
}),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user