소스 검색

inspection lower or equal maintenance cycle

master
Daniel 2 년 전
부모
커밋
2855685fdd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      httpdocs/src/Service/CalculatorService.php

+ 4
- 0
httpdocs/src/Service/CalculatorService.php 파일 보기

@@ -43,6 +43,10 @@ class CalculatorService
}
}

if ($recCycleInspection > $recCycleMaintenance) {
$recCycleInspection = $recCycleMaintenance;
}

$costDiffCurCycleRecCycle = null;
$costDiffCurRecPercentage = null;
if ($benchmark !== null) {


불러오는 중...
취소
저장