Subversion Repositories SmartDukaan

Rev

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

Rev 5384 Rev 5460
Line 364... Line 364...
364
				thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay()
364
				thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay()
365
						: null,
365
						: null,
366
				thriftItem.isIsWarehousePreferenceSticky(),
366
				thriftItem.isIsWarehousePreferenceSticky(),
367
				thriftItem.isHasItemNo(),
367
				thriftItem.isHasItemNo(),
368
                ItemType.SERIALIZED.equals(thriftItem.getType()),
368
                ItemType.SERIALIZED.equals(thriftItem.getType()),
-
 
369
                thriftItem.isClearance(),
369
				thriftItem.isSetPreferredVendor() ? thriftItem
370
				thriftItem.isSetPreferredVendor() ? thriftItem
370
						.getPreferredVendor() : null, null,
371
						.getPreferredVendor() : null, null,
371
				vendorPricingMap, null, null, null);
372
				vendorPricingMap, null, null, null);
372
		return item;
373
		return item;
373
	}
374
	}