no message

This commit is contained in:
2024-10-20 21:59:39 +03:00
parent 99643aa755
commit fda2940a79
95 changed files with 872 additions and 817 deletions

View File

@@ -36,16 +36,4 @@ public class Subscriber extends DBObject {
public Object getEmptyFK() {
return "";
}
@Override
public Object getFieldAt(int columnIndex) {
switch (columnIndex) {
case 2:
return name;
case 3:
return role.getDescription();
case 4:
return (mailOn == 0) ? "выключена" : "включена";
}
return name;
}
}