2
0
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:
Akshay 2024-12-11 11:38:52 +05:30 committed by GitHub
commit e4bd5892f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ export class LoyaltyProgram extends Doc {
static filters: FiltersMap = {
expenseAccount: () => ({
rootType: AccountRootTypeEnum.Liability,
rootType: AccountRootTypeEnum.Expense,
isGroup: false,
}),
};