Finish Hotfix-1
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:
@@ -591,7 +591,7 @@ end
|
|||||||
rule "completeFlagSetNumProtDtbTipi"
|
rule "completeFlagSetNumProtDtbTipi"
|
||||||
when
|
when
|
||||||
eval(completeRulesEnabled)
|
eval(completeRulesEnabled)
|
||||||
$dTip : DtbTipi((gestione == "V" || codCcau != null) && flagSetNumProt)
|
$dTip : DtbTipi((gestione == "V" || codCcau != null) && (flagSetNumProt == null || flagSetNumProt))
|
||||||
then
|
then
|
||||||
modify ( $dTip ) { setFlagSetNumProt(false) }
|
modify ( $dTip ) { setFlagSetNumProt(false) }
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user