Subversion Repositories SmartDukaan

Rev

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

Rev 3575 Rev 3576
Line 96... Line 96...
96
			itemDetails.add(itemDetail);
96
			itemDetails.add(itemDetail);
97
		}
97
		}
98
		
98
		
99
		
99
		
100
		
100
		
-
 
101
		
-
 
102
		if(source == null){
101
		exportPath = exportPath + catalogId;
103
			exportPath = exportPath + catalogId;
102
		if(source != null){
104
		}else{
103
			exportPath = exportPath + catalogId + File.separator + source.getId();
105
			exportPath = exportPath + catalogId + File.separator + source.getId();
104
		}
106
		}
105
		
107
		
106
		File exportDir = new File(exportPath);
108
		File exportDir = new File(exportPath);
107
		
109