Subversion Repositories SmartDukaan

Rev

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

Rev 5110 Rev 5308
Line 153... Line 153...
153
				thriftItem.getAddedOn(),
153
				thriftItem.getAddedOn(),
154
				thriftItem.getStartDate(),
154
				thriftItem.getStartDate(),
155
				thriftItem.getRetireDate(),
155
				thriftItem.getRetireDate(),
156
				thriftItem.getUpdatedOn(),
156
				thriftItem.getUpdatedOn(),
157
				//thriftItem.getItemStatus(),
157
				//thriftItem.getItemStatus(),
158
				thriftItem.getOtherInfo(),
-
 
159
				thriftItem.getBestDealText(),
158
				thriftItem.getBestDealText(),
160
				thriftItem.getBestDealValue());
159
				thriftItem.getBestDealValue());
161
		return item;
160
		return item;
162
	}
161
	}
163
}
162
}