fix rtw
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user