Skip to content

Commit

Permalink
WIP: kassabuch
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed May 14, 2024
1 parent 1a87ac2 commit 9eb8ea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/kassabuch/[registerId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ import {
PaymentMethodType,
PaymentMethodTypeInput,
RegisterType,
SortOrderInput,
Tax,
TaxType,
TaxTypeInput,
Expand Down Expand Up @@ -679,6 +680,7 @@ export const DataTableDemo: React.FC<{ registerId: number }> = (props) => {
}
: {},
},
orderBy: [{ timestamp: asEnumKey(SortOrderInput, "asc") }],
}).nodes;

return nodes.map((transaction: Transaction) => {
Expand Down

0 comments on commit 9eb8ea0

Please sign in to comment.