GP-Nummer (BusinesspartnerID) hinzugefügt
This commit is contained in:
@@ -187,6 +187,7 @@
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
<Label
|
||||
Grid.Row="0"
|
||||
@@ -230,14 +231,28 @@
|
||||
HorizontalAlignment="Left"
|
||||
Text="{val:ValidationBinding Path=DebitorNumber,
|
||||
UpdateSourceTrigger=PropertyChanged}" />
|
||||
<Label
|
||||
x:Name="lblGeschaeftspartnernummer"
|
||||
Grid.Row="3"
|
||||
Content="{markup:Translate Geschäftspartnernummer}" />
|
||||
<TextBox
|
||||
x:Name="txtGeschaeftspartnernummer"
|
||||
Grid.Row="3"
|
||||
Grid.Column="1"
|
||||
Width="300"
|
||||
Height="23"
|
||||
Margin="10,3,3,3"
|
||||
HorizontalAlignment="Left"
|
||||
Text="{val:ValidationBinding Path=BusinessPartnerId,
|
||||
UpdateSourceTrigger=PropertyChanged}" />
|
||||
|
||||
<Label
|
||||
Grid.Row="3"
|
||||
Grid.Row="4"
|
||||
Grid.Column="0"
|
||||
Content="Funktion" />
|
||||
<uc:NullItemComboBox
|
||||
x:Name="comboBox_Function"
|
||||
Grid.Row="3"
|
||||
Grid.Row="4"
|
||||
Grid.Column="1"
|
||||
Width="300"
|
||||
Height="23"
|
||||
@@ -249,12 +264,12 @@
|
||||
|
||||
<Label
|
||||
x:Name="lblArchiviert"
|
||||
Grid.Row="4"
|
||||
Grid.Row="5"
|
||||
Grid.Column="0"
|
||||
Content="Archiviert" />
|
||||
<CheckBox
|
||||
x:Name="chkArchiviert"
|
||||
Grid.Row="4"
|
||||
Grid.Row="5"
|
||||
Grid.Column="1"
|
||||
Height="23"
|
||||
Margin="10,6,3,0"
|
||||
|
||||
Reference in New Issue
Block a user