Показать сообщение отдельно
Старый 29.11.2012, 14:57   #26  
raz is offline
raz
NavAx
Аватар для raz
NavAx Club
Лучший по профессии 2014
Лучший по профессии 2009
 
1,490 / 1060 (38) ++++++++
Регистрация: 22.07.2003
Адрес: МО
Тут недавно ошибку нашел:

X++:
class InventMov_Vir_GoodsInRoute_Delivery_RU
{
...
AmountMSTPhysicalRevenue estimatedPhysicalRevenue(InventTrans _inventTrans)
{
    //return estimatedPhysicalRevenue; 
    return Currency::amount(estimatedPhysicalRevenue * abs(_inventTrans.Qty / this.transQty()));
}
AmountMST estimatedPhysicalTax(InventTrans _inventTrans)
{
    //return estimatedPhysicalTax; 
    return Currency::amount(estimatedPhysicalTax * abs(_inventTrans.Qty / this.transQty()));
}
...
}
За это сообщение автора поблагодарили: Logger (5), Bega (5).