Subversion Repositories SmartDukaan

Rev

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

Rev 10580 Rev 10667
Line 124... Line 124...
124
			
124
			
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
				log.error("Error in entity : " + entityId);
130
				log.error("Error in entity : " + entityId);
130
				pp = null;
131
				pp = null;
131
			}
132
			}
132
		}
133
		}
133
		return pp;
134
		return pp;