Skip to content

OBPIH-6642 Improve order of items on view Invoice page and Invoice tab on PO#4809

Merged
awalkowiak merged 3 commits intofeature/OBPIH-6398-partial-invoices-for-prepaid-pofrom
OBPIH-6642
Aug 29, 2024
Merged

OBPIH-6642 Improve order of items on view Invoice page and Invoice tab on PO#4809
awalkowiak merged 3 commits intofeature/OBPIH-6398-partial-invoices-for-prepaid-pofrom
OBPIH-6642

Conversation

@alannadolny
Copy link
Collaborator

No description provided.

@alannadolny alannadolny self-assigned this Aug 29, 2024
@github-actions github-actions bot added domain: frontend Changes or discussions relating to the frontend UI domain: backend Changes or discussions relating to the backend server labels Aug 29, 2024
@awalkowiak awalkowiak merged commit 9d68ab6 into feature/OBPIH-6398-partial-invoices-for-prepaid-po Aug 29, 2024
@awalkowiak awalkowiak deleted the OBPIH-6642 branch August 29, 2024 12:43
Copy link
Collaborator

@kchelstowski kchelstowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

</thead>
<tbody>
<g:each var="invoiceItem" in="${invoiceInstance.invoiceItems.sort { it.dateCreated }}" status="status">
<g:each var="invoiceItem" in="${invoiceInstance.getSortedInvoiceItems()}" status="status">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicky, but you've always said you liked the shortened groovy versions, so: you could use the invoiceInstance.sortedInvoiceItems here 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: backend Changes or discussions relating to the backend server domain: frontend Changes or discussions relating to the frontend UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants