SISTEMATA REGOLA
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:
@@ -67,15 +67,14 @@ then
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
|
||||
rule "deleteDatiDocValV"
|
||||
no-loop
|
||||
when
|
||||
eval(completeRulesEnabled)
|
||||
$docT : DtbDoct(previstaFat == "S" && serDoc.equalsIgnoreCase(serDocVal) &&
|
||||
numDoc.equals(numDocVal) && dataDoc.equals(dataDocVal) &&
|
||||
codDtip.equalsIgnoreCase(codDtipVal))
|
||||
$docT : DtbDoct(previstaFat == "S" && serDocVal != null && numDoc != null && codDtipVal != null &&
|
||||
serDoc == serDocVal &&
|
||||
numDoc == numDocVal && dataDoc == dataDocVal &&
|
||||
codDtip == codDtipVal)
|
||||
then
|
||||
modify ( $docT ) {
|
||||
setDataDocVal(EmsRestConstants.DATE_NULL),
|
||||
|
||||
Reference in New Issue
Block a user