Показать сообщение отдельно
Старый 01.07.2010, 16:31   #3  
Poleax is offline
Poleax
Модератор
Аватар для Poleax
MCP
MCBMSS
Злыдни
 
1,353 / 595 (22) +++++++
Регистрация: 17.02.2005
Адрес: msk
Записей в блоге: 34
Post
Цитата:
Сообщение от zhan Посмотреть сообщение
Если дописать строчку в метод postingProfileSettle класса CustVendSettle_Cust(аналогично для CustVendSettle_Vend)
X++:
.................................
custTrans.Correct = _ledgerVoucher.parmCorrection(custTrans.Voucher);
................................
Исправлено в Hotfix rollup 5

\Classes\CustVendSettle_Cust\postingProfileSettle
\Classes\CustVendSettle_Vend\postingProfileSettle

X++:
    // <GEEU>
     custTrans.ExchRateSecond   = CurrencyExchHelper::calculateExchRate(custTrans.AmountCur, _amountMSTSecondary);
     custTrans.rContractCode    = _custVendTrans.rContractCode;
     custTrans.rContractAccount = _custVendTrans.rContractAccount;
     custTrans.Correct          = _ledgerVoucher.parmCorrection(custTrans.Voucher);
 
     if (features == CRSEFeatures_W::RU)
     {
         custTrans.Txt = _custVendTrans.Txt + "@GEE10820";
     }
     // </GEEU>
__________________

This posting is provided "AS IS" with no warranties, and confers no rights.

Последний раз редактировалось Poleax; 01.07.2010 в 16:56.