Subversion Repositories SmartDukaan

Rev

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

Rev 4354 Rev 4413
Line 453... Line 453...
453
        
453
        
454
        if(item.getPreferredWarehouse() != null) {
454
        if(item.getPreferredWarehouse() != null) {
455
            tItem.setPreferredWarehouse(item.getPreferredWarehouse());
455
            tItem.setPreferredWarehouse(item.getPreferredWarehouse());
456
        }
456
        }
457
        
457
        
-
 
458
        if(item.getDefaultWarehouse() != null) {
-
 
459
            tItem.setDefaultWarehouse(item.getDefaultWarehouse());
-
 
460
        }
-
 
461
        
-
 
462
        tItem.setIsWarehousePreferenceSticky(item.isWarehouseStickiness());
-
 
463
        
458
        tItem.setBestDealText(item.getBestDealsText());
464
        tItem.setBestDealText(item.getBestDealsText());
459
        if(item.getBestDealsValue() != null) {
465
        if(item.getBestDealsValue() != null) {
460
            tItem.setBestDealValue(item.getBestDealsValue());
466
            tItem.setBestDealValue(item.getBestDealsValue());
461
        }
467
        }
462
        
468
        
Line 778... Line 784...
778
                thriftItem.isSetBestSellingRank() ? thriftItem.getBestSellingRank() : null,
784
                thriftItem.isSetBestSellingRank() ? thriftItem.getBestSellingRank() : null,
779
                thriftItem.isDefaultForEntity(),
785
                thriftItem.isDefaultForEntity(),
780
                thriftItem.isRisky(),
786
                thriftItem.isRisky(),
781
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
787
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
782
                thriftItem.isSetPreferredWarehouse() ? thriftItem.getPreferredWarehouse() : null,
788
                thriftItem.isSetPreferredWarehouse() ? thriftItem.getPreferredWarehouse() : null,
-
 
789
                thriftItem.isSetDefaultWarehouse() ? thriftItem.getDefaultWarehouse() : null,
-
 
790
                thriftItem.isIsWarehousePreferenceSticky(),        
783
                (thriftItem.getItemInventory() != null ? thriftItem.getItemInventory().getAvailability() : null),
791
                (thriftItem.getItemInventory() != null ? thriftItem.getItemInventory().getAvailability() : null),
784
                vendorPricingMap,
792
                vendorPricingMap,
785
                vItemMap,
793
                vItemMap,
786
                sourcePricingMap);
794
                sourcePricingMap);
787
        return item;
795
        return item;