Selaa lähdekoodia

inspection lower or equal maintenance cycle

master
Daniel 2 vuotta sitten
vanhempi
commit
2855685fdd
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      httpdocs/src/Service/CalculatorService.php

+ 4
- 0
httpdocs/src/Service/CalculatorService.php Näytä tiedosto

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

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

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


Ladataan…
Peruuta
Tallenna