-
Notifications
You must be signed in to change notification settings - Fork 24
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
PSP-7039 Take SRW Expiry Date #3565
Conversation
✅ No secrets were detected in the code. |
@@ -51,6 +52,8 @@ public void Register(TypeAdapterConfig config) | |||
.Map(dest => dest.TakeTypeCode, src => src.TakeTypeCode) | |||
.Map(dest => dest.TakeStatusTypeCode, src => src.TakeStatusTypeCode) | |||
.Map(dest => dest.LandActTypeCode, src => src.LandActTypeCode.Id) | |||
.Map(dest => dest.SrwEndDt, src => src.SrwEndDt) | |||
.Map(dest => dest.IsAcquiredForInventory, () => true) // TODO: fix this |
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.
@FuriousLlama - you will have to fix this mapping in your PR
Codecov Report
@@ Coverage Diff @@
## dev #3565 +/- ##
=======================================
Coverage 69.50% 69.51%
=======================================
Files 1369 1369
Lines 33626 33634 +8
Branches 6250 6252 +2
=======================================
+ Hits 23371 23379 +8
Misses 10004 10004
Partials 251 251
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ No secrets were detected in the code. |
NOTE: Unit tests will be added in an upcoming PR
Take Details
Take Update form