Subversion Repositories SmartDukaan

Rev

Rev 5427 | Rev 5504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5427 Rev 5460
Line 509... Line 509...
509
        }
509
        }
510
        
510
        
511
        tItem.setDefaultForEntity(item.isDefaultForEntity());
511
        tItem.setDefaultForEntity(item.isDefaultForEntity());
512
        tItem.setRisky(item.isRisky());
512
        tItem.setRisky(item.isRisky());
513
        tItem.setHasItemNo(item.isHasItemNo());
513
        tItem.setHasItemNo(item.isHasItemNo());
-
 
514
        tItem.setClearance(item.isClearance());
514
        
515
        
515
        if(item.isItemType()) {
516
        if(item.isItemType()) {
516
        	tItem.setType(ItemType.SERIALIZED);
517
        	tItem.setType(ItemType.SERIALIZED);
517
        }
518
        }
518
        else {
519
        else {
Line 896... Line 897...
896
                thriftItem.isRisky(),
897
                thriftItem.isRisky(),
897
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
898
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
898
                thriftItem.isIsWarehousePreferenceSticky(),
899
                thriftItem.isIsWarehousePreferenceSticky(),
899
                thriftItem.isHasItemNo(),
900
                thriftItem.isHasItemNo(),
900
                ItemType.SERIALIZED.equals(thriftItem.getType()),
901
                ItemType.SERIALIZED.equals(thriftItem.getType()),
-
 
902
                thriftItem.isClearance(),
901
                thriftItem.isSetPreferredVendor() ? thriftItem.getPreferredVendor() : null,
903
                thriftItem.isSetPreferredVendor() ? thriftItem.getPreferredVendor() : null,
902
                itemInventoryMap,
904
                itemInventoryMap,
903
                vendorPricingMap,
905
                vendorPricingMap,
904
                vItemMap,
906
                vItemMap,
905
                sourcePricingMap,
907
                sourcePricingMap,