fixes: refs #7760 collection problems #2888

Merged
carlosap merged 7 commits from 7760-Refactor-collection_assign into dev 2024-08-28 15:27:16 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 58f8903b53 - Show all commits

View File

@ -158,8 +158,8 @@ BEGIN
OR (NOT pb.V AND vItemPackingTypeFk = 'V')
OR (pc.isPreviousPreparationRequired AND pb.previousWithoutParking)
OR LENGTH(pb.problem) > 0
OR pb.lines > COALESCE(vLinesLimit, pb.lines)
OR pb.m3 > COALESCE(vVolumeLimit, pb.m3)
OR pb.lines > vLinesLimit
OR pb.m3 > vVolumeLimit
OR sub.maxSize > vSizeLimit;
END IF;