Przeglądaj źródła

inspection lower or equal maintenance cycle

master
Daniel 2 lat temu
rodzic
commit
2855685fdd
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      httpdocs/src/Service/CalculatorService.php

+ 4
- 0
httpdocs/src/Service/CalculatorService.php Wyświetl plik

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

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

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


Ładowanie…
Anuluj
Zapisz