Make To Kit functionality

http://sourceforge.net/tracker2/?func=detail&aid=2501713&group_id=176962&atid=879335

Fix issue with incorrect array
This commit is contained in:
vpj-cd 2009-01-14 18:07:43 +00:00
parent 25e60159ed
commit 3ba9d0c81c
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ public class VOrderReceiptIssue extends CPanel implements FormPanel,
for(int i = 0; i < m_issue.length; i++ )
{
KeyNamePair key = (KeyNamePair) m_issue[i][0].get(1);
KeyNamePair key = (KeyNamePair) m_issue[i][0].get(0);
boolean isSelected = key.getName().equals("Y");
if (key == null || !isSelected)
{