Commit 7525a0c4 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@39681 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c0c4ca3f
......@@ -51,6 +51,7 @@ public class CurrentDayWorkSKUDtlServlet extends HttpServlet
salePerson = (request.getParameter("aseName"));
System.out.println("salePerson :"+salePerson);
System.out.println("salePerson.lenght() :"+salePerson.length());
if(salePerson.length()== 0)
{
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