This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
mpp-tool
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
inspection lower or equal maintenance cycle
master
Daniel
2 years ago
parent
1a99795843
commit
2855685fdd
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
httpdocs/src/Service/CalculatorService.php
+ 4
- 0
httpdocs/src/Service/CalculatorService.php
View File
@@ -43,6 +43,10 @@ class CalculatorService
}
}
if ($recCycleInspection > $recCycleMaintenance) {
$recCycleInspection = $recCycleMaintenance;
}
$costDiffCurCycleRecCycle = null;
$costDiffCurRecPercentage = null;
if ($benchmark !== null) {
Write
Preview
Loading…
Cancel
Save