Weighing: Do not ignore gross and tare weight and show it on DeliveryNote
All checks were successful
Test / Run tests (push) Successful in 2m45s

This commit is contained in:
2024-07-22 17:10:36 +02:00
parent f242163271
commit 0754559034
25 changed files with 152 additions and 90 deletions

View File

@ -27,7 +27,7 @@ namespace Elwig.ViewModels {
[ObservableProperty]
private string? _scaleId;
[ObservableProperty]
private string? _weighingId;
private string? _weighingData;
[ObservableProperty]
private bool _filterTodayOnly;