[ 2039865 ] Sales order Line No is not Displayed in Grid
This commit is contained in:
parent
edc4d5a3f0
commit
dbb3489409
|
@ -119,7 +119,7 @@ public class GridTableListModel extends AbstractListModel implements ListitemRen
|
|||
return "";
|
||||
}
|
||||
else
|
||||
return "Lookup";
|
||||
return obj.toString();
|
||||
}
|
||||
else if (tableModel.getColumnClass(columnIndex).equals(Timestamp.class))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue