Subversion Repositories SmartDukaan

Rev

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

Rev 9841 Rev 9843
Line 1183... Line 1183...
1183
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
1183
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
1184
                thriftItem.isIsWarehousePreferenceSticky(),
1184
                thriftItem.isIsWarehousePreferenceSticky(),
1185
                thriftItem.isHasItemNo(),
1185
                thriftItem.isHasItemNo(),
1186
                ItemType.SERIALIZED.equals(thriftItem.getType()),
1186
                ItemType.SERIALIZED.equals(thriftItem.getType()),
1187
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
1187
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
1188
                thriftItem.isSetHoldOverride() ? thriftItem.isHoldOverride() : false,
1188
                thriftItem.isSetHoldOverride(),
1189
                thriftItem.isSetPreferredVendor() ? thriftItem.getPreferredVendor() : null,
1189
                thriftItem.isSetPreferredVendor() ? thriftItem.getPreferredVendor() : null,
1190
                thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null,		
1190
                thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null,		
1191
                itemInventoryMap,
1191
                itemInventoryMap,
1192
                vendorPricingMap,
1192
                vendorPricingMap,
1193
                vItemMap,
1193
                vItemMap,