1
0
forked from Yara724/api

Merge pull request 'Fixed sheba' (#100) from s.yahyaee/yara724-api:main into main

Reviewed-on: Yara724/api#100
This commit is contained in:
2026-06-01 12:47:22 +03:30

View File

@@ -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.sheba": shebaNumber,
"money.nationalCodeOfInsurer": nationalCode,
}),
status: ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
"workflow.currentStep": ClaimWorkflowStep.CAPTURE_PART_DAMAGES,