getTyp() angepasst
This commit is contained in:
parent
97a83dcc46
commit
6f1b665c4c
@ -105,7 +105,7 @@ public class Menue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getTyp() {
|
public String getTyp() {
|
||||||
if (typ.equals("DessertV") || typ.equals("Dessert")) {
|
if (typ.contains("DessertV") || typ.contains("Dessert")) {
|
||||||
return "";
|
return "";
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user