fix(f4): align verification and web contracts with legacy cleanup
This commit is contained in:
@@ -36,7 +36,6 @@ export { InspectionActAsset } from './inspection-act-asset.entity';
|
||||
export {
|
||||
InspectionReport,
|
||||
InspectionReportPdfStatus,
|
||||
InspectionReportReviewStatus,
|
||||
InspectionReportStatus,
|
||||
InspectionReportWordStatus,
|
||||
} from './inspection-report.entity';
|
||||
|
||||
@@ -564,8 +564,6 @@ export class InspectionVerificationsService {
|
||||
|
||||
const visit = manager.getRepository(InspectionVisit).create({
|
||||
code,
|
||||
// Compatibilidad temporal de persistencia hasta retirar la columna legacy.
|
||||
title: code,
|
||||
objective: 'Verificar en campo la resolución de hallazgos con fecha de control programada.',
|
||||
status: InspectionVisitStatus.DRAFT,
|
||||
scopeAssetId: areaId,
|
||||
|
||||
Reference in New Issue
Block a user