Index: BL/PPS/TBX/ZaagVolgordeComparator.cls.xml =================================================================== diff -u -r1317 -r1325 --- BL/PPS/TBX/ZaagVolgordeComparator.cls.xml (.../ZaagVolgordeComparator.cls.xml) (revision 1317) +++ BL/PPS/TBX/ZaagVolgordeComparator.cls.xml (.../ZaagVolgordeComparator.cls.xml) (revision 1325) @@ -18,14 +18,10 @@ Set IsKleiner = (Product1.GeefRugHoogteMM() > Product2.GeefRugHoogteMM()) If (Product1.GeefRugHoogteMM() = Product2.GeefRugHoogteMM()) { - Set IsKleiner = (Product1.GeefRugHoogteMM() > Product2.GeefRugHoogteMM()) - If (Product1.GeefRugHoogteMM() = Product2.GeefRugHoogteMM()) + Set IsKleiner = (Product1.GeefInbouwBreedte() > Product2.GeefInbouwBreedte()) + If (Product1.GeefInbouwBreedte() = Product2.GeefInbouwBreedte()) { - Set IsKleiner = (Product1.GeefInbouwBreedte() > Product2.GeefInbouwBreedte()) - If (Product1.GeefInbouwBreedte() = Product2.GeefInbouwBreedte()) - { - Set IsKleiner = (Product1.GeefPRNr() < Product2.GeefPRNr()) - } + Set IsKleiner = (Product1.GeefPRNr() < Product2.GeefPRNr()) } } }