Fix [ 1890013 ] Assiging wrong cash on VPayment
This commit is contained in:
parent
72c8ce87c1
commit
70268b024f
|
@ -505,6 +505,7 @@ public class VPayment extends CDialog
|
||||||
{
|
{
|
||||||
m_cashLine = new MCashLine (Env.getCtx(), m_C_CashLine_ID, null);
|
m_cashLine = new MCashLine (Env.getCtx(), m_C_CashLine_ID, null);
|
||||||
m_DateAcct = m_cashLine.getStatementDate();
|
m_DateAcct = m_cashLine.getStatementDate();
|
||||||
|
m_C_CashBook_ID = m_cashLine.getCashBook().getC_CashBook_ID();
|
||||||
bAmountField.setValue(m_cashLine.getAmount());
|
bAmountField.setValue(m_cashLine.getAmount());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue