forked from Yara724/api
Compare commits
2 Commits
68b3b2000b
...
c5b2d7b520
| Author | SHA1 | Date | |
|---|---|---|---|
| c5b2d7b520 | |||
|
|
5a84080bf1 |
@@ -3892,9 +3892,9 @@ export class ClaimRequestManagementService {
|
|||||||
'damage.otherParts': otherParts.length > 0 ? otherParts : undefined,
|
'damage.otherParts': otherParts.length > 0 ? otherParts : undefined,
|
||||||
'money.sheba': shebaNumber,
|
'money.sheba': shebaNumber,
|
||||||
'money.nationalCodeOfInsurer': nationalCode,
|
'money.nationalCodeOfInsurer': nationalCode,
|
||||||
'status': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS ,
|
'status': ClaimWorkflowStep.CAPTURE_PART_DAMAGES ,
|
||||||
'workflow.currentStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
|
'workflow.currentStep': ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
||||||
'workflow.nextStep': ClaimWorkflowStep.USER_SUBMISSION_COMPLETE,
|
'workflow.nextStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
|
||||||
$push: {
|
$push: {
|
||||||
'workflow.completedSteps': ClaimWorkflowStep.SELECT_OTHER_PARTS,
|
'workflow.completedSteps': ClaimWorkflowStep.SELECT_OTHER_PARTS,
|
||||||
history: {
|
history: {
|
||||||
|
|||||||
Reference in New Issue
Block a user