Subversion Repositories SmartDukaan

Rev

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

Rev 6165 Rev 6241
Line 398... Line 398...
398
						: null,
398
						: null,
399
				thriftItem.isIsWarehousePreferenceSticky(),
399
				thriftItem.isIsWarehousePreferenceSticky(),
400
				thriftItem.isHasItemNo(),
400
				thriftItem.isHasItemNo(),
401
                ItemType.SERIALIZED.equals(thriftItem.getType()),
401
                ItemType.SERIALIZED.equals(thriftItem.getType()),
402
                thriftItem.isClearance(),
402
                thriftItem.isClearance(),
-
 
403
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
403
				thriftItem.isSetPreferredVendor() ? thriftItem
404
				thriftItem.isSetPreferredVendor() ? thriftItem
404
						.getPreferredVendor() : null, null,
405
						.getPreferredVendor() : null, null,
405
				vendorPricingMap, null, null, null, null);
406
				vendorPricingMap, null, null, null, null);
406
		return item;
407
		return item;
407
	}
408
	}