Merge branch 'master' into develop
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
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rule "deleteDatiDocValV"
|
rule "deleteDatiDocValV"
|
||||||
no-loop
|
no-loop
|
||||||
when
|
when
|
||||||
eval(completeRulesEnabled)
|
eval(completeRulesEnabled)
|
||||||
$docT : DtbDoct(previstaFat == "S" && serDoc.equalsIgnoreCase(serDocVal) &&
|
$docT : DtbDoct(previstaFat == "S" && serDocVal != null && numDoc != null && codDtipVal != null &&
|
||||||
numDoc.equals(numDocVal) && dataDoc.equals(dataDocVal) &&
|
serDoc == serDocVal &&
|
||||||
codDtip.equalsIgnoreCase(codDtipVal))
|
numDoc == numDocVal && dataDoc == dataDocVal &&
|
||||||
|
codDtip == codDtipVal)
|
||||||
then
|
then
|
||||||
modify ( $docT ) {
|
modify ( $docT ) {
|
||||||
setDataDocVal(EmsRestConstants.DATE_NULL),
|
setDataDocVal(EmsRestConstants.DATE_NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user