fix: tagesbestellung locked foodplan

This commit is contained in:
Johannes Kantz
2023-02-05 20:20:58 +01:00
parent 30cc971aa2
commit f64dc7751f
2 changed files with 40 additions and 2 deletions

View File

@@ -18,5 +18,6 @@
</Text>
<DatePicker fx:id="datePicker" layoutX="88.0" layoutY="142.0" onAction="#onChangeDate" />
<Label layoutX="88.0" layoutY="121.0" text="Datum" />
<Button fx:id="sendButton" layoutX="374.0" layoutY="617.0" mnemonicParsing="false" onAction="#onSendButton" text="Bestellung senden" />
</children>
</AnchorPane>