2
0
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:
akshayitzme 2024-12-11 11:28:20 +05:30
parent 81aac9c0e2
commit a40157f54b

View File

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