FR 2538335 Swing POS: terminal selection
Advised by Carlos Ruiz with compliments.
This commit is contained in:
parent
9003312769
commit
70ffc39a38
|
|
@ -149,5 +149,10 @@ public class MPOS extends X_C_POS
|
||||||
}
|
}
|
||||||
return m_template;
|
return m_template;
|
||||||
} // getBPartner
|
} // getBPartner
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return super.getName();
|
||||||
|
}
|
||||||
|
|
||||||
} // MPOS
|
} // MPOS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue