mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Fix #11211
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 6.4.9 - 2025-11-xx
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- #11211
|
||||||
|
|
||||||
## 6.4.8 - 2025-11-14
|
## 6.4.8 - 2025-11-14
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -62,6 +62,10 @@
|
|||||||
<div class="box-body no-padding">
|
<div class="box-body no-padding">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="width:40%;">{{ trans('list.id') }}</td>
|
||||||
|
<td>#{{ transactionGroup.id }}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:40%;">{{ trans('list.type') }}</td>
|
<td style="width:40%;">{{ trans('list.type') }}</td>
|
||||||
<td>{{ first.transaction_type_type|_ }}</td>
|
<td>{{ first.transaction_type_type|_ }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user