Subversion Repositories SmartDukaan

Rev

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

Rev 5460 Rev 5504
Line 367... Line 367...
367
				thriftItem.isHasItemNo(),
367
				thriftItem.isHasItemNo(),
368
                ItemType.SERIALIZED.equals(thriftItem.getType()),
368
                ItemType.SERIALIZED.equals(thriftItem.getType()),
369
                thriftItem.isClearance(),
369
                thriftItem.isClearance(),
370
				thriftItem.isSetPreferredVendor() ? thriftItem
370
				thriftItem.isSetPreferredVendor() ? thriftItem
371
						.getPreferredVendor() : null, null,
371
						.getPreferredVendor() : null, null,
372
				vendorPricingMap, null, null, null);
372
				vendorPricingMap, null, null, null, null);
373
		return item;
373
		return item;
374
	}
374
	}
375
 
375
 
376
}
376
}