Commit 171cfb22 authored by wansari's avatar wansari

Changed by wasim to comment at line number 99 as site code is passed for loc code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100406 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8ef3cebb
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
else if (field == "loc_codeII") else if (field == "loc_codeII")
{ {
field = "loc_code"; field = "loc_code";
loginId = document.getElementById("login_code").value; //loginId = document.getElementById("login_code").value;//Changed by wasim on 14-07-2016
fieldValue = document.getElementById("Detail2."+ dbID +".loc_code").value; fieldValue = document.getElementById("Detail2."+ dbID +".loc_code").value;
} }
//Added by Chetan Mahajan on date:05/02/2015 [ Added new condition ] End //Added by Chetan Mahajan on date:05/02/2015 [ Added new condition ] End
...@@ -762,4 +762,4 @@ ...@@ -762,4 +762,4 @@
} }
setCheckedPopup(objCurr); setCheckedPopup(objCurr);
} }
\ No newline at end of file
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