|
|
#1 |
|
Участник
|
SalesPurchReport_RU. Баг?
Смотрим код метода initCustVendData:
Код: final protected SalesPurchReportCounteragentData_RU initCustVendData(CustVendTable _contragent,
BankAccountMap _bankAccount,
CustVendAC _account)
{
SalesPurchReportCounteragentData_RU ret = new SalesPurchReportCounteragentData_RU(this.languageId());
select firstonly _contragent
where _contragent.AccountNum == _account;
select firstonly _bankAccount
where _bankAccount.AccountID == _contragent.BankAccountId;
...Версия 5.0.1500.6491 |
|
|
|
| За это сообщение автора поблагодарили: gl00mie (5). | |