OBPIH-6500 [frontend] Modifications to the invoice confirmation page #4789
Merged
awalkowiak merged 12 commits intofeature/OBPIH-6398-partial-invoices-for-prepaid-pofrom Aug 21, 2024
Merged
Conversation
6741df3 to
cd235f8
Compare
Base automatically changed from
OBPIH-6499
to
feature/OBPIH-6398-partial-invoices-for-prepaid-po
August 19, 2024 13:32
…r it conditionally if
f746c88 to
94b715c
Compare
awalkowiak
requested changes
Aug 20, 2024
| productName: product?.name, | ||
| displayNames: product?.displayNames, | ||
| inverse: inverse, | ||
| isCanceled: orderItem?.canceled, |
Collaborator
There was a problem hiding this comment.
There could be order adjustment behind the invoice item that is canceled too (instead of order item)
awalkowiak
approved these changes
Aug 21, 2024
9e43941
into
feature/OBPIH-6398-partial-invoices-for-prepaid-po
awalkowiak
pushed a commit
that referenced
this pull request
Sep 6, 2024
…4789) Co-authored-by: Darek Rodzewicz <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Description of Change
Link to GitHub issue or Jira ticket: OBPIH-6500
Description:
This PR is a continuation of Dariusz's work done here: #4780