7953-devToTest_2438 #2942

Merged
alexm merged 199 commits from 7953-devToTest_2438 into test 2024-09-10 07:22:31 +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;