Fix [ 1890013 ] Assiging wrong cash on VPayment

This commit is contained in:
Carlos Ruiz 2008-02-09 06:13:34 +00:00
parent 72c8ce87c1
commit 70268b024f
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ public class VPayment extends CDialog
{
m_cashLine = new MCashLine (Env.getCtx(), m_C_CashLine_ID, null);
m_DateAcct = m_cashLine.getStatementDate();
m_C_CashBook_ID = m_cashLine.getCashBook().getC_CashBook_ID();
bAmountField.setValue(m_cashLine.getAmount());
}
}