Skip to content

OBPIH-6268 Change "Average Unit Price" to "Unit Price" with "Last Paid" tooltip in all places#4563

Merged
awalkowiak merged 2 commits intofeature/upgrade-to-grails-3.3.10from
OBPIH-6268
Mar 25, 2024
Merged

OBPIH-6268 Change "Average Unit Price" to "Unit Price" with "Last Paid" tooltip in all places#4563
awalkowiak merged 2 commits intofeature/upgrade-to-grails-3.3.10from
OBPIH-6268

Conversation

@alannadolny
Copy link
Collaborator

Apart from the changes that were requested in the ticket, I removed 3 duplicated keys, that were created while implementing approvals.

@alannadolny alannadolny self-assigned this Mar 25, 2024
enum.RequisitionStatus.PENDING=Pending
enum.RequisitionStatus.PICKED=Picked
enum.RequisitionStatus.PICKING=Picking
enum.RequisitionStatus.APPROVED=Approved
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why you removed these?

Copy link
Collaborator

Choose a reason for hiding this comment

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

NVM, I just read your comment.

<th><g:message code="product.pricePerUnit.label" default="Unit Price" /></th>
<th title="${g.message(code: "product.lastPaid.label", default: "Last Paid")}">
<g:message code="product.unitPrice.label" default="Unit Price" />
</th>
Copy link
Collaborator

Choose a reason for hiding this comment

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

probably doesn't make sense, since there are not many of these, but was wondering about a custom tag for that.
anyway, lgtm

<th class="center border-right"><warehouse:message code="default.quantityAvailableToPromise.label" default="Quantity ATP"/></th>
<th><warehouse:message code="product.pricePerUnit.label" default="Price per unit"/></th>
<th title="${g.message(code: "product.lastPaid.label", default: "Last Paid")}">
<warehouse:message code="product.unitPrice.label" default="Unit Price"/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we want to go with g:message

@awalkowiak awalkowiak merged commit 730dbb5 into feature/upgrade-to-grails-3.3.10 Mar 25, 2024
@awalkowiak awalkowiak deleted the OBPIH-6268 branch March 25, 2024 17:28
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.

3 participants