21.12.2007, 17:29 | #11 |
Участник
|
Сегодня наткнулся:
X++: if (workBalances.CreditQty)
{
calcTransIst.DebitCode = COSDebitCodeId::Credit;
}
else
{
calcTransIst.DebitCode = COSDebitCodeId::Credit;
} |
|