Subversion Repositories SmartDukaan

Rev

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

Rev 6838 Rev 7196
Line 407... Line 407...
407
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
407
                thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
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());
412
				stockPurchaseParams.getMinStockLevel(), null);
413
		return item;
413
		return item;
414
	}
414
	}
415
 
415
 
416
}
416
}