Subversion Repositories SmartDukaan

Rev

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

Rev 17196 Rev 17198
Line 714... Line 714...
714
		        		}
714
		        		}
715
		        		if(customerMobileNumber != null
715
		        		if(customerMobileNumber != null
716
		                        && !customerMobileNumber.isEmpty()) {
716
		                        && !customerMobileNumber.isEmpty()) {
717
		        			commonDescription = commonDescription+" & Mobile No:- "+customerMobileNumber;
717
		        			commonDescription = commonDescription+" & Mobile No:- "+customerMobileNumber;
718
		        		}
718
		        		}
719
		        		commonDescription = "PM Ticket: "+ commonDescription;
719
		        		commonDescription = "PM Ticket: "+ commonDescription; 
720
		        		sendMailtoManagersUsingGmailUtils(commonDescription, addTo, description);
720
		        		sendMailtoManagersUsingGmailUtils(commonDescription, addTo, description);
721
	    	        }
721
	    	        }
722
	            }
722
	            }
723
	    	    catch(Exception e){
723
	    	    catch(Exception e){
724
	    	    	e.printStackTrace();
724
	    	    	e.printStackTrace();