Просмотр исходного кода

inspection lower or equal maintenance cycle

master
Daniel 2 лет назад
Родитель
Сommit
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; $costDiffCurCycleRecCycle = null;
$costDiffCurRecPercentage = null; $costDiffCurRecPercentage = null;
if ($benchmark !== null) { if ($benchmark !== null) {


Загрузка…
Отмена
Сохранить