fixes: refs #7760 collection problems
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
44072de928
commit
58f8903b53
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue