Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/handbook/de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11412,8 +11412,6 @@ <h2><span class="num">R</span>Empfehlungen &amp; Promo-Code</h2>
<div class="desc">
Historie: Prämie mit ganzer Anzahl (20 REALU), Datum und
Frankenwert, fixiert im Zeitpunkt der Gutschrift (TB Ziff. 6).
Im Golden liegt die Prämie ausserhalb des angezeigten Datumsfilters
(Testdaten).
</div>
</div>
<div class="test" id="289-dashboard-referral-entry-and-payout">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ void main() {
type: TransactionTypes.referralPayout,
note: '',
data: '246.50',
timestamp: DateTime.utc(2026, 8, 24, 10),
// Prize date must fall inside the pinned clock's default filter window.
timestamp: DateTime.utc(2026, 5, 20, 10),
);
return withClock(pinnedClock, () {
when(() => filterCubit.state).thenReturn(
Expand Down
Loading