mirror of
https://github.com/frappe/books.git
synced 2024-12-22 02:49:03 +00:00
Merge pull request #1048 from frappe/fix-lp-account
fix: change account roottype filter of expense account
This commit is contained in:
commit
e4bd5892f4
@ -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