Explorar el Código

inspection lower or equal maintenance cycle

master
Daniel hace 2 años
padre
commit
2855685fdd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      httpdocs/src/Service/CalculatorService.php

+ 4
- 0
httpdocs/src/Service/CalculatorService.php Ver fichero

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

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

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


Cargando…
Cancelar
Guardar