Subversion Repositories SmartDukaan

Rev

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

Rev 10668 Rev 10669
Line 125... Line 125...
125
			pp.setMrp(cp.getItems().get(0).getMrp());
125
			pp.setMrp(cp.getItems().get(0).getMrp());
126
			pp.setPrice(cp.getItems().get(0).getSellingPrice());
126
			pp.setPrice(cp.getItems().get(0).getSellingPrice());
127
			pp.setTitle(cp.getTitle());
127
			pp.setTitle(cp.getTitle());
128
			} catch (Exception e) {
128
			} catch (Exception e) {
129
				e.printStackTrace();
129
				e.printStackTrace();
130
				log.info(e.getMessage());
130
				log.info(e.toString());
131
				log.error("Error in entity : " + entityId);
131
				log.error("Error in entity : " + entityId);
132
				pp = null;
132
				pp = null;
133
			}
133
			}
134
		}
134
		}
135
		return pp;
135
		return pp;