getTyp() angepasst

This commit is contained in:
Madeleine Vigier 2022-12-16 09:13:18 +01:00
parent 97a83dcc46
commit 6f1b665c4c

View File

@ -105,7 +105,7 @@ public class Menue {
}
public String getTyp() {
if (typ.equals("DessertV") || typ.equals("Dessert")) {
if (typ.contains("DessertV") || typ.contains("Dessert")) {
return "";
} else {