[ 1883270 ] Enhance Document No Formatting

This commit is contained in:
Heng Sin Low 2008-02-02 04:53:41 +00:00
parent 0eb0137c73
commit bd7a0c321d
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ public final class VBPartner extends CDialog implements ActionListener
if (value == null || value.length() == 0)
{
// 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);
}
m_partner.setValue(fValue.getText());