This commit is contained in:
2019-01-27 00:46:16 +01:00
parent 0233b0cc2c
commit 84961d9dfd
3 changed files with 4 additions and 4 deletions

View File

@@ -1562,7 +1562,7 @@ class AutomaticDispose {
}
// Wir benötigen einen RTW.
if ($(elem).find(".alert-danger").length > 0 && $(elem).find(".alert-danger").text().indexOf("Wir benötigen ein RTW") != -1) {
if ($(elem).find(".alert-danger").length > 0 && $(elem).find(".alert-danger").text().indexOf("Wir benötigen einen RTW") != -1) {
PatientNeedRTW = true;
}