Subversion Repositories SmartDukaan

Rev

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

Rev 21905 Rev 21955
Line 296... Line 296...
296
        ff.setUtr(utr);
296
        ff.setUtr(utr);
297
        Mongo.persistFofoRegInfo(ff);
297
        Mongo.persistFofoRegInfo(ff);
298
		return "fofo-thankyou";
298
		return "fofo-thankyou";
299
	}
299
	}
300
	
300
	
301
	
-
 
302
	private String moveDocument(File sourceFile){
301
	private String moveDocument(File sourceFile){
303
		if (sourceFile==null){
302
		if (sourceFile==null){
304
			return "";
303
			return "";
305
		}
304
		}
306
		File newFile=null;
305
		File newFile=null;