Sfoglia il codice sorgente

inspection lower or equal maintenance cycle

master
Daniel 2 anni fa
parent
commit
2855685fdd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      httpdocs/src/Service/CalculatorService.php

+ 4
- 0
httpdocs/src/Service/CalculatorService.php Vedi File

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

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

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


Caricamento…
Annulla
Salva