feat/kindErstellen #9
@ -85,7 +85,6 @@ public class ChildController {
|
||||
});
|
||||
|
||||
if(selectedChildId == 0){
|
||||
// TODO: Create child
|
||||
long id = AccountMgr.createChild(new Child(lastName.getText(), firstName.getText(), adress, allergies));
|
||||
System.out.println("Child created: " + id);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user