ソースを参照

inspection lower or equal maintenance cycle

master
Daniel 2年前
コミット
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;
$costDiffCurRecPercentage = null;
if ($benchmark !== null) {


読み込み中…
キャンセル
保存