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