forked from Yara724/api
YARA-1117 and fixed completed status after in person visit has been called
This commit is contained in:
@@ -118,8 +118,11 @@ export function getClaimCaptureProgress(
|
||||
};
|
||||
}
|
||||
|
||||
export function isClaimCaptureStepComplete(claimCase: any): boolean {
|
||||
const p = getClaimCaptureProgress(claimCase);
|
||||
export function isClaimCaptureStepComplete(
|
||||
claimCase: any,
|
||||
options?: { skipMetalPlate?: boolean },
|
||||
): boolean {
|
||||
const p = getClaimCaptureProgress(claimCase, options);
|
||||
return (
|
||||
p.partsComplete && p.anglesComplete && p.capturePhaseDocsComplete
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user