no message

This commit is contained in:
2024-10-20 17:44:30 +03:00
parent 3f42f61c76
commit a042f24833
59 changed files with 34 additions and 234 deletions

View File

@@ -17,7 +17,7 @@ public class SapforProfileSetting extends iDBObject {
return Global.mainModule.matchCurrentID(Current.SapforProfile, sapforprofile_id);
}
@Override
public Object getFieldAt( int columnIndex) {
public Object getFieldAt(int columnIndex) {
switch (columnIndex) {
case 1:
return name.getDescription();