Subversion Repositories SmartDukaan

Rev

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

Rev 28493 Rev 28509
Line 251... Line 251...
251
		}
251
		}
252
 
252
 
253
		return "new-supplier";
253
		return "new-supplier";
254
 
254
 
255
	}
255
	}
256
	
-
 
257
	@RequestMapping(value = "/createTaxation", method = RequestMethod.GET)
-
 
258
	public String showUploaderTaxation(HttpServletRequest request, Model model) throws Exception {
-
 
259
 
-
 
260
		
-
 
261
		return "taxation";
-
 
262
 
-
 
263
	}
-
 
264
 
-
 
265
}
256
}