forked from Yara724/api
Added required documents for blame, added 2 sms
This commit is contained in:
@@ -4345,8 +4345,8 @@ export class ClaimRequestManagementService {
|
||||
let remaining = 0;
|
||||
|
||||
if (!isResendUpload) {
|
||||
// Check if all documents are uploaded (7 for CAR_BODY, 13 for THIRD_PARTY)
|
||||
const totalDocsRequired = isCarBodyUpload ? 7 : 13;
|
||||
// Check if all documents are uploaded (8 for CAR_BODY, 13 for THIRD_PARTY)
|
||||
const totalDocsRequired = isCarBodyUpload ? 8 : 13;
|
||||
const currentDocs = claimCase.requiredDocuments || new Map();
|
||||
const uploadedCount =
|
||||
(currentDocs instanceof Map ? currentDocs.size : Object.keys(currentDocs).length) + 1;
|
||||
|
||||
Reference in New Issue
Block a user