Skip to content

Commit

Permalink
fix: ordering expense fields based on seq so that the filtering confi…
Browse files Browse the repository at this point in the history
…g based on category is correct everytime (#3169)
  • Loading branch information
Aniruddha-Shriwant committed Aug 12, 2024
1 parent eeb4a33 commit 2ffd6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/core/services/expense-fields.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class ExpenseFieldsService {
org_id: `eq.${eou.ou.org_id}`,
is_enabled: 'eq.true',
is_custom: 'eq.false',
order: 'seq.asc',
},
})
),
Expand Down

0 comments on commit 2ffd6b6

Please sign in to comment.