Subversion Repositories SmartDukaan

Rev

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

Rev 20172 Rev 20307
Line 134... Line 134...
134
    public String editNew() {
134
    public String editNew() {
135
        return EDIT_NEW;
135
        return EDIT_NEW;
136
    }
136
    }
137
 
137
 
138
    public String create() throws Exception {
138
    public String create() throws Exception {
139
    	String addTo[] = new String[]{"amit.sirohi@shop2020.in","rajneesh.arora@saholic.com","khushal.bhatia@saholic.com"};
139
    	String addTo[] = new String[]{"amit.sirohi@shop2020.in","rajneesh.arora@saholic.com","ritesh.chauhan@shop2020.in", "amit.gupta@shop2020.in"};
140
        Activity activity = new Activity();
140
        Activity activity = new Activity();
141
        if(commonDescription!=null && !commonDescription.isEmpty()){
141
        if(commonDescription!=null && !commonDescription.isEmpty()){
142
        	if(description!=null) {
142
        	if(description!=null) {
143
        		description = commonDescription + "  " +description;
143
        		description = commonDescription + "  " +description;
144
        	} else {
144
        	} else {