Показать сообщение отдельно
Старый 29.12.2005, 18:34   #4  
Arahnid is offline
Arahnid
Участник
 
880 / 60 (4) ++++
Регистрация: 09.08.2005
Адрес: Moscow
//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 + ')' ;
}