-
Notifications
You must be signed in to change notification settings - Fork 16
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
2897 navigate to returns #6752
base: v2.6.0-RC
Are you sure you want to change the base?
2897 navigate to returns #6752
Conversation
@@ -543,6 +544,7 @@ export const UpdateCustomerReturnLinesDocument = gql` | |||
... on InvoiceNode { | |||
__typename | |||
id | |||
invoiceNumber |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed to update api to find invoice number when updating lines
outboundShipmentId, | ||
customerReturnLines, | ||
}); | ||
return typeof returnOp === "number" ? returnOp : returnOp.invoiceNumber; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awaiting update / insert and then converting to always return a number to be consumer focussed.
Fixes #6481
π©π»βπ» What does this PR do?
Adds navigate to supplier and customer returns when they are created from inbound and outbound returns respectively
π Any notes for the reviewer?
π§ͺ Testing
π Documentation
π Reviewer Checklist
The PR Reviewer(s) should fill out this section before approving the PR
Breaking Changes
Issue Review
Tests Pass