Переглянути джерело

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) {


Завантаження…
Відмінити
Зберегти