DAX4 app.4.0.2501.347
В методе CustVendSettle.SettleNow в районе строки 720, как мне кажется, есть ошибка копипасты
X++:
if (maxClosingDate)
{
custVendTransCredit.Closed = CustVendTransData::construct(custVendTransDebet).maxSettlementDate_W(transactionDate);
}