sistemata regola
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-06-19 11:58:09 +02:00
parent 005f2655ff
commit 3a5173a906

View File

@@ -560,7 +560,7 @@ end
rule "completeFlagSetNumProtDtbTipi"
when
eval(completeRulesEnabled)
$dTip : DtbTipi((gestione != "A" || codCcau != null) && flagSetNumProt == "S")
$dTip : DtbTipi((gestione == "V" || codCcau != null) && flagSetNumProt)
then
modify ( $dTip ) { setFlagSetNumProt(false) }
end