Subversion Repositories SmartDukaan

Rev

Rev 9842 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9842 Rev 9843
Line 402... Line 402...
402
						: null,
402
						: null,
403
				thriftItem.isIsWarehousePreferenceSticky(),
403
				thriftItem.isIsWarehousePreferenceSticky(),
404
				thriftItem.isHasItemNo(),
404
				thriftItem.isHasItemNo(),
405
                ItemType.SERIALIZED.equals(thriftItem.getType()),
405
                ItemType.SERIALIZED.equals(thriftItem.getType()),
406
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
406
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
407
                thriftItem.isSetHoldOverride() ? thriftItem.isHoldOverride() : false,
407
                thriftItem.isSetHoldOverride(),
408
				thriftItem.isSetPreferredVendor() ? thriftItem
408
				thriftItem.isSetPreferredVendor() ? thriftItem
409
						.getPreferredVendor() : null,
409
						.getPreferredVendor() : null,
410
				thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null, null,
410
				thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null, null,
411
				vendorPricingMap, null, null, null, null, stockPurchaseParams.getNumOfDaysStock(), 
411
				vendorPricingMap, null, null, null, null, stockPurchaseParams.getNumOfDaysStock(), 
412
				stockPurchaseParams.getMinStockLevel(), null, null,thriftItem.getAsin());
412
				stockPurchaseParams.getMinStockLevel(), null, null,thriftItem.getAsin());