Subversion Repositories SmartDukaan

Rev

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

Rev 6824 Rev 6838
Line 404... Line 404...
404
				thriftItem.isHasItemNo(),
404
				thriftItem.isHasItemNo(),
405
                ItemType.SERIALIZED.equals(thriftItem.getType()),
405
                ItemType.SERIALIZED.equals(thriftItem.getType()),
406
                thriftItem.isClearance(),
406
                thriftItem.isClearance(),
407
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
407
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
408
				thriftItem.isSetPreferredVendor() ? thriftItem
408
				thriftItem.isSetPreferredVendor() ? thriftItem
409
						.getPreferredVendor() : null, null,
409
						.getPreferredVendor() : null,
-
 
410
				thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null, null,
410
				vendorPricingMap, null, null, null, null, stockPurchaseParams.getNumOfDaysStock(), 
411
				vendorPricingMap, null, null, null, null, stockPurchaseParams.getNumOfDaysStock(), 
411
				stockPurchaseParams.getMinStockLevel());
412
				stockPurchaseParams.getMinStockLevel());
412
		return item;
413
		return item;
413
	}
414
	}
414
 
415