Commit 0d805d79 authored by cmahajan's avatar cmahajan

Changes done for following issues :

-  Icon images are unavailable for login person.
- TLSD calculation is not correct (For single person It should display Final TLSD & if multiple person has selected then it should display sum of final TLSD).


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101461 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9c0354f6
...@@ -51,6 +51,7 @@ public class CurrentDayWorkSKUDtlServlet extends HttpServlet ...@@ -51,6 +51,7 @@ public class CurrentDayWorkSKUDtlServlet extends HttpServlet
salePerson = (request.getParameter("aseName")); salePerson = (request.getParameter("aseName"));
System.out.println("salePerson :"+salePerson); System.out.println("salePerson :"+salePerson);
System.out.println("salePerson.lenght() :"+salePerson.length()); System.out.println("salePerson.lenght() :"+salePerson.length());
if(salePerson.length()== 0) if(salePerson.length()== 0)
{ {
salePerson = loginUser; salePerson = loginUser;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment