[ 1883270 ] Enhance Document No Formatting
This commit is contained in:
parent
0eb0137c73
commit
bd7a0c321d
|
@ -380,7 +380,7 @@ public final class VBPartner extends CDialog implements ActionListener
|
||||||
if (value == null || value.length() == 0)
|
if (value == null || value.length() == 0)
|
||||||
{
|
{
|
||||||
// get Table Documet No
|
// get Table Documet No
|
||||||
value = DB.getDocumentNo (Env.getAD_Client_ID(Env.getCtx()), "C_BPartner", null);
|
value = DB.getDocumentNo (Env.getAD_Client_ID(Env.getCtx()), "C_BPartner", null, m_partner);
|
||||||
fValue.setText(value);
|
fValue.setText(value);
|
||||||
}
|
}
|
||||||
m_partner.setValue(fValue.getText());
|
m_partner.setValue(fValue.getText());
|
||||||
|
|
Loading…
Reference in New Issue