Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: credit notes sorting #2632

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Fix: credit notes sorting #2632

merged 1 commit into from
Sep 27, 2024

Conversation

annvelents
Copy link
Contributor

Context

we show credit notes on invoice page and on all credit notes page
at invoice page we sort them by created_at of type date_time
at the all credit notes page we sort them by issuing_date of type date

As result they are sorted slightly differently and they are not sorted accurately on the all credit notes page

Description

Unified ways we sort credit notes, using :created_at for sorting

@annvelents annvelents merged commit a1a2877 into main Sep 27, 2024
6 checks passed
@annvelents annvelents deleted the fix-credit-note-sorting branch September 27, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants