Commit 55b37764 authored by steurwadkar's avatar steurwadkar

Wavegen Wizard bug fix Check-in by Santosh


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104250 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7bb6362a
...@@ -788,7 +788,8 @@ function checkAll(custId, tableId, tableNo) ...@@ -788,7 +788,8 @@ function checkAll(custId, tableId, tableNo)
{ {
if(tableObj.rows[i].cells[13].childNodes != undefined) if(tableObj.rows[i].cells[13].childNodes != undefined)
{ {
if(tableObj.rows[i].cells[13].childNodes.item(1).style.backgroundColor == "green") var allocQty = parseInt(tableObj.rows[i].cells[13].childNodes.item(0).value);
if(allocQty>0)
{ {
if(tableObj.rows[i].cells[0].childNodes != undefined) if(tableObj.rows[i].cells[0].childNodes != undefined)
{ {
......
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