diff --git a/BeWo/Styles/ControlStyles/TextEditStyles.xaml b/BeWo/Styles/ControlStyles/TextEditStyles.xaml
index dc7d25b10..98a1c219f 100644
--- a/BeWo/Styles/ControlStyles/TextEditStyles.xaml
+++ b/BeWo/Styles/ControlStyles/TextEditStyles.xaml
@@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
-
+
+
-
-
-
-
@@ -94,6 +87,7 @@
-
+
-
+
-
+
-
+ EditValue="{Binding Path=Tagessatze, UpdateSourceTrigger=PropertyChanged}"
+ IsReadOnly="{Binding PermissionCustomerGemeinnutzigeArbeitManage, Mode=OneTime, Converter={StaticResource BoolReverseConverter}, ElementName=root}" />
+
-
+ IsReadOnly="{Binding PermissionCustomerGemeinnutzigeArbeitManage, Mode=OneTime, Converter={StaticResource BoolReverseConverter}, ElementName=root}"
+ Style="{StaticResource TextEditCurrency}" />
+
-
+ EditValue="{Binding Path=HoheDerGeldstrafe, UpdateSourceTrigger=PropertyChanged}"
+ IsReadOnly="True"
+ Style="{StaticResource TextEditCurrency}" />
+
-
+ IsReadOnly="{Binding PermissionCustomerGemeinnutzigeArbeitManage, Mode=OneTime, Converter={StaticResource BoolReverseConverter}, ElementName=root}"
+ Style="{StaticResource TextEditHours}" />
+
-
+