Bug: neue Unterbrechung

This commit is contained in:
cgfhtw
2023-07-31 09:08:33 +02:00
parent 02b64ad6a7
commit af24ef1517
@@ -55,9 +55,8 @@ export default {
datumWsFormatted() {
let datumUnformatted = '';
if (this.studierendenantragId) {
if (this.data.datum_wiedereinstieg)
datumUnformatted = this.data.datum_wiedereinstieg;
if (this.data.datum_wiedereinstieg) {
datumUnformatted = this.data.datum_wiedereinstieg;
} else {
if (this.stsem !== null && this.data.studiensemester[this.stsem].wiedereinstieg)
datumUnformatted = this.data.studiensemester[this.stsem].wiedereinstieg;