Merge branch 'develop' into adiDev
This commit is contained in:
commit
3cb06d9e19
2 changed files with 6 additions and 0 deletions
|
|
@ -633,6 +633,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
currentZipCode: profile.currentZipCode,
|
||||
dutyTimeId: profile.dutyTimeId,
|
||||
dutyTimeEffectiveDate: profile.dutyTimeEffectiveDate,
|
||||
amountd: profile.amount,
|
||||
root:
|
||||
profile?.current_holders?.find(
|
||||
(x) =>
|
||||
|
|
@ -716,6 +717,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
currentZipCode: profile.currentZipCode,
|
||||
dutyTimeId: profile.dutyTimeId,
|
||||
dutyTimeEffectiveDate: profile.dutyTimeEffectiveDate,
|
||||
amountd: profile.amount,
|
||||
root:
|
||||
profile?.current_holders?.find(
|
||||
(x) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue