Compare commits

..

No commits in common. "ac45e0c8fad2cc319d1fcc054ab771d58958fd54" and "c95658ae65d93d7a8877b0e9ccbe3f5c080f15b3" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -1,9 +1,5 @@
# Letzte Änderungen
### 1.10.14
- Fixed: Ist eine Präventionsschulung älter als 5 Jahre, so ist nur eine Auffrischungs-Schulung erforderlich
### 1.10.13
- Bei Veranstaltungs-Übersicht alle Veranstaltungen anzeigen

View File

@ -135,14 +135,9 @@ class PreventionTest extends TestCase
'preventions' => [Prevention::EFZ]
];
yield [
'attrs' => ['has_vk' => true, 'efz' => now(), 'ps_at' => null],
'preventions' => [Prevention::PS]
];
yield [
'attrs' => ['has_vk' => true, 'efz' => now(), 'ps_at' => now()->subYears(5)->subDay()],
'preventions' => [Prevention::MOREPS]
'preventions' => [Prevention::PS]
];
yield [