Merge remote-tracking branch 'origin/support/3.2' into develop

# Conflicts:
#	.doc/itop-version-history.md
This commit is contained in:
jf-cbd
2024-09-30 11:46:20 +02:00
7 changed files with 128 additions and 45 deletions

View File

@@ -166,7 +166,7 @@ class SLAComputationAddOnAPI
// Default implementation: 24x7, no holidays: to compute the deadline, just add
// the specified duration to the given date/time
$oResult = clone $oStartDate;
$oResult->modify('+'.$iDuration.' seconds');
$oResult->modify($iDuration.' seconds');
return $oResult;
}