Finish Hotfix-100
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -147,7 +147,8 @@ rule "completeDaOraRapp"
|
|||||||
no-loop
|
no-loop
|
||||||
when
|
when
|
||||||
eval(completeRulesEnabled)
|
eval(completeRulesEnabled)
|
||||||
$rLavR: JtbRLavr(dataLav != null && !UtilityLocalDate.isNull(daOra) != null && UtilityLocalDate.daysAfterDate(dataLav, daOra.toLocalDate()) != 0 )
|
$rLavR: JtbRLavr(dataLav != null && !UtilityLocalDate.isNull(daOra) &&
|
||||||
|
UtilityLocalDate.daysAfterDate(dataLav, daOra.toLocalDate()) != 0 )
|
||||||
then
|
then
|
||||||
LocalDateTime daOra = ProductionsRules.recalcDataRapp($rLavR.getDataLav(), $rLavR.getDaOra());
|
LocalDateTime daOra = ProductionsRules.recalcDataRapp($rLavR.getDataLav(), $rLavR.getDaOra());
|
||||||
modify ( $rLavR ) { setDaOra(daOra) }
|
modify ( $rLavR ) { setDaOra(daOra) }
|
||||||
|
|||||||
Reference in New Issue
Block a user