feat/kindErstellen #9

Merged
PBS2H21ASH merged 23 commits from feat/kindErstellen into stable 2023-02-05 20:40:12 +01:00
Showing only changes of commit 941e76e05b - Show all commits

View File

@ -85,7 +85,6 @@ public class ChildController {
}); });
if(selectedChildId == 0){ if(selectedChildId == 0){
// TODO: Create child
long id = AccountMgr.createChild(new Child(lastName.getText(), firstName.getText(), adress, allergies)); long id = AccountMgr.createChild(new Child(lastName.getText(), firstName.getText(), adress, allergies));
System.out.println("Child created: " + id); System.out.println("Child created: " + id);