1
0
forked from Yara724/api

Fixed sheba

This commit is contained in:
SepehrYahyaee
2026-06-01 12:46:19 +03:30
parent 4a189ba4ef
commit 06af79fa47

View File

@@ -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.nationalCodeOfInsurer": nationalCode,
"money.sheba": "",
"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,