FR 2538335 Swing POS: terminal selection

Advised by Carlos Ruiz with compliments.
This commit is contained in:
Redhuan D. Oon 2009-01-30 05:11:51 +00:00
parent 9003312769
commit 70ffc39a38
1 changed files with 5 additions and 0 deletions

View File

@ -149,5 +149,10 @@ public class MPOS extends X_C_POS
}
return m_template;
} // getBPartner
@Override
public String toString() {
return super.getName();
}
} // MPOS