Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit is unstable

This commit is contained in:
2025-11-24 16:40:46 +01:00

View File

@@ -338,7 +338,7 @@ rule "checkDeleteMtbColrWithoutDoc"
no-loop
when
eval(checkRulesEnabled)
$entity : MtbColr(operation == OperationType.DELETE && !hasDocument || !hasQuantity)
$entity : MtbColr(operation == OperationType.DELETE && (!hasDocument || !hasQuantity))
then
PackagesRules.checkForAnyColloRif(conn, $entity.getGestione(), $entity.getSerCollo(), $entity.getNumCollo(), $entity.getDataCollo());
end