* Renamed files

* Added SentToSl field
* Changed launchSettings.json
This commit is contained in:
2025-01-30 20:25:47 +01:00
parent b7f9ab54dc
commit 1512357460
8 changed files with 50 additions and 42 deletions

View File

@@ -62,6 +62,9 @@
<GridColumn TItem="EdiCustomerOrderDto" HeaderText="Zamówienie SL" PropertyName="SlOrderNumber">
@context.SlOrderNumber
</GridColumn>
<GridColumn TItem="EdiCustomerOrderDto" HeaderText="Wysłane do SL" PropertyName="SentToSl">
@context.SentToSl
</GridColumn>
</GridColumns>
</Grid>
</div>