Compare commits
No commits in common. "ac45e0c8fad2cc319d1fcc054ab771d58958fd54" and "c95658ae65d93d7a8877b0e9ccbe3f5c080f15b3" have entirely different histories.
ac45e0c8fa
...
c95658ae65
|
@ -1,9 +1,5 @@
|
||||||
# Letzte Änderungen
|
# Letzte Änderungen
|
||||||
|
|
||||||
### 1.10.14
|
|
||||||
|
|
||||||
- Fixed: Ist eine Präventionsschulung älter als 5 Jahre, so ist nur eine Auffrischungs-Schulung erforderlich
|
|
||||||
|
|
||||||
### 1.10.13
|
### 1.10.13
|
||||||
|
|
||||||
- Bei Veranstaltungs-Übersicht alle Veranstaltungen anzeigen
|
- Bei Veranstaltungs-Übersicht alle Veranstaltungen anzeigen
|
||||||
|
|
|
@ -135,14 +135,9 @@ class PreventionTest extends TestCase
|
||||||
'preventions' => [Prevention::EFZ]
|
'preventions' => [Prevention::EFZ]
|
||||||
];
|
];
|
||||||
|
|
||||||
yield [
|
|
||||||
'attrs' => ['has_vk' => true, 'efz' => now(), 'ps_at' => null],
|
|
||||||
'preventions' => [Prevention::PS]
|
|
||||||
];
|
|
||||||
|
|
||||||
yield [
|
yield [
|
||||||
'attrs' => ['has_vk' => true, 'efz' => now(), 'ps_at' => now()->subYears(5)->subDay()],
|
'attrs' => ['has_vk' => true, 'efz' => now(), 'ps_at' => now()->subYears(5)->subDay()],
|
||||||
'preventions' => [Prevention::MOREPS]
|
'preventions' => [Prevention::PS]
|
||||||
];
|
];
|
||||||
|
|
||||||
yield [
|
yield [
|
||||||
|
|
Loading…
Reference in New Issue