Compare commits

..

No commits in common. "a9febbf7a09a4fd2b6b90462390c87cb201eee53" and "1f768c4b6ee0041d9312c86c17433c571a231c99" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
<DxGridDataColumn FieldName="Id" SortIndex="0" ShowInColumnChooser="AcDomain.IsDeveloperVersion" Visible="AcDomain.IsDeveloperVersion" DisplayFormat="N" /> <DxGridDataColumn FieldName="Id" SortIndex="0" ShowInColumnChooser="AcDomain.IsDeveloperVersion" Visible="AcDomain.IsDeveloperVersion" DisplayFormat="N" />
<DxGridDataColumn FieldName="CarId" Width="40%" /> <DxGridDataColumn FieldName="CarId" Width="40%" />
<DxGridDataColumn FieldName="LicencePlate" /> <DxGridDataColumn FieldName="LicencePlate" />
<DxGridDataColumn FieldName="Price" />
</Columns> </Columns>
</TransferToDriversDetailGrid> </TransferToDriversDetailGrid>