IDEMPIERE-2609 WebServices - error to Complete Transaction in Composite Interface
This commit is contained in:
parent
e79ca200a9
commit
aec225230d
|
@ -339,7 +339,8 @@ public class AbstractService {
|
|||
lookup.refresh();
|
||||
|
||||
NamePair pair = lookup.getDirect(po.get_Value(indCol), false, false);
|
||||
outField.setText(pair.getName());
|
||||
if (pair != null)
|
||||
outField.setText(pair.getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue