registry-service http://jira.mfd.msk:8088/browse/CLS-713
This commit is contained in:
parent
21d1f180be
commit
31aced0af6
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue