Use integer as penalty_amount

This commit is contained in:
2023-08-24 18:11:13 +02:00
parent 83a82c17c6
commit 5dd56d9666
4 changed files with 8 additions and 7 deletions

View File

@ -26,7 +26,7 @@ namespace Elwig.Windows {
private string? ManualWeighingReason = null;
private string? ScaleId = null;
private string? WeighingId = null;
private Button[] WeighingButtons;
private readonly Button[] WeighingButtons;
public DeliveryAdminWindow(bool receipt = false) {
InitializeComponent();