This commit is contained in:
AKurakin 2024-08-06 19:28:10 +03:00
parent 21d1f180be
commit 31aced0af6

View file

@ -44,7 +44,7 @@ public class MoneyBalanceRegisterReportBuilder extends XLSXReportBuilder<MoneyBa
entity.setNumber(yyyyMMddFormat.format(now));
entity.setDate(now);
entity.setTime(nowTime);
entity.setCurrency("RUR");
entity.setCurrency(input.getSecuritySymbol());
entity.setCompany(input.getShortName());
AccountType accountType = IEnumKey.getEnumByKey(AccountType.class, input.getAccountType());