Subversion Repositories SmartDukaan

Rev

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

Rev 7239 Rev 7260
Line 651... Line 651...
651
        }
651
        }
652
        
652
        
653
        tItem.setDefaultForEntity(item.isDefaultForEntity());
653
        tItem.setDefaultForEntity(item.isDefaultForEntity());
654
        tItem.setRisky(item.isRisky());
654
        tItem.setRisky(item.isRisky());
655
        tItem.setHasItemNo(item.isHasItemNo());
655
        tItem.setHasItemNo(item.isHasItemNo());
656
        tItem.setClearance(item.isClearance());
-
 
657
        
656
        
658
        if(item.isItemType()) {
657
        if(item.isItemType()) {
659
        	tItem.setType(ItemType.SERIALIZED);
658
        	tItem.setType(ItemType.SERIALIZED);
660
        }
659
        }
661
        else {
660
        else {
Line 1107... Line 1106...
1107
                thriftItem.isRisky(),
1106
                thriftItem.isRisky(),
1108
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
1107
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
1109
                thriftItem.isIsWarehousePreferenceSticky(),
1108
                thriftItem.isIsWarehousePreferenceSticky(),
1110
                thriftItem.isHasItemNo(),
1109
                thriftItem.isHasItemNo(),
1111
                ItemType.SERIALIZED.equals(thriftItem.getType()),
1110
                ItemType.SERIALIZED.equals(thriftItem.getType()),
1112
                thriftItem.isClearance(),
-
 
1113
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
1111
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
1114
                thriftItem.isSetPreferredVendor() ? thriftItem.getPreferredVendor() : null,
1112
                thriftItem.isSetPreferredVendor() ? thriftItem.getPreferredVendor() : null,
1115
                thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null,		
1113
                thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null,		
1116
                itemInventoryMap,
1114
                itemInventoryMap,
1117
                vendorPricingMap,
1115
                vendorPricingMap,