forked from Yara724/api
Fixed sheba
This commit is contained in:
@@ -4654,11 +4654,8 @@ export class ClaimRequestManagementService {
|
|||||||
|
|
||||||
const updatePayload: any = {
|
const updatePayload: any = {
|
||||||
"damage.otherParts": otherParts.length > 0 ? otherParts : undefined,
|
"damage.otherParts": otherParts.length > 0 ? otherParts : undefined,
|
||||||
|
"money.sheba": shebaNumber,
|
||||||
...(step !== ClaimWorkflowStep.USER_EXPERT_RESEND && {
|
|
||||||
"money.sheba": "",
|
|
||||||
"money.nationalCodeOfInsurer": nationalCode,
|
"money.nationalCodeOfInsurer": nationalCode,
|
||||||
}),
|
|
||||||
|
|
||||||
status: ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
status: ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
||||||
"workflow.currentStep": ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
"workflow.currentStep": ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
||||||
|
|||||||
Reference in New Issue
Block a user