Commit d8cd7dc8 authored by wansari's avatar wansari

updated js on head to show selected tax chapter on pop help open in Product Wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103115 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d06e3a45
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
else if (field == "tax_chapII") else if (field == "tax_chapII")
{ {
field = "tax_chap"; field = "tax_chap";
fieldValue = document.getElementById("Detail2.1.tax_chap").value; fieldValue = document.getElementById("Detail2."+dbID+".tax_chap").value;
} }
//Changed by wasim on 02-08-2016 for tax chapter pop help [END] //Changed by wasim on 02-08-2016 for tax chapter pop help [END]
/*$.ajax({ /*$.ajax({
......
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