fix RTH
This commit is contained in:
@@ -1572,7 +1572,7 @@ class AutomaticDispose {
|
||||
}
|
||||
|
||||
// Wir benötigen einen RTH.
|
||||
if ($(elem).find(".alert-danger").length > 0 && $(elem).find(".alert-danger").text().indexOf("Wir benötigen ein RTH") != -1) {
|
||||
if ($(elem).find(".alert-danger").length > 0 && $(elem).find(".alert-danger").text().indexOf("Wir benötigen einen RTH") != -1) {
|
||||
PatientNeedRTH = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user