//cat - 29/11/05
if ((RCashTrans.OffsetAccountType == LedgerJournalACType::Cust)||(RCashTrans.OffsetAccountType == LedgerJournalACType::Cust))
{
freeText += ' ' + RCashTrans.Txt + ' (' + ContactPerson::find(RCashTrans. DocRepresPersonId).Name + ')' ;
}
else
{
freeText += ' ' + RCashTrans.Txt + ' (' + EmplTable::find(RCashTrans. DocRepresPersonId).Name + ')' ;
}
|