Skip to content

Commit

Permalink
Merge pull request #1048 from frappe/fix-lp-account
Browse files Browse the repository at this point in the history
fix: change account roottype filter of expense account
  • Loading branch information
akshayitzme authored Dec 11, 2024
2 parents 81aac9c + a40157f commit e4bd589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/baseModels/LoyaltyProgram/LoyaltyProgram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class LoyaltyProgram extends Doc {

static filters: FiltersMap = {
expenseAccount: () => ({
rootType: AccountRootTypeEnum.Liability,
rootType: AccountRootTypeEnum.Expense,
isGroup: false,
}),
};
Expand Down

0 comments on commit e4bd589

Please sign in to comment.