Subversion Repositories SmartDukaan

Rev

Rev 20703 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20703 Rev 20979
Line 135... Line 135...
135
			pp.setUrl(cp.getUrl());
135
			pp.setUrl(cp.getUrl());
136
			pp.setMrp(cp.getItems().get(0).getMrp());
136
			pp.setMrp(cp.getItems().get(0).getMrp());
137
			pp.setPrice(cp.getItems().get(0).getSellingPrice());
137
			pp.setPrice(cp.getItems().get(0).getSellingPrice());
138
			pp.setItemPojos(cp.getItems());
138
			pp.setItemPojos(cp.getItems());
139
			pp.setTitle(cp.getTitle());
139
			pp.setTitle(cp.getTitle());
-
 
140
			pp.setCategoryName(cp.getCategoryName());
140
			} catch (Exception e) {
141
			} catch (Exception e) {
141
				e.printStackTrace();
142
				e.printStackTrace();
142
				log.info(e.toString());
143
				log.info(e.toString());
143
				log.error("Error in entity : " + entityId);
144
				log.error("Error in entity : " + entityId);
144
				pp = null;
145
				pp = null;