diff --git a/GestionePizzeForm.cs b/GestionePizzeForm.cs index 9060ba4..4bc5511 100644 --- a/GestionePizzeForm.cs +++ b/GestionePizzeForm.cs @@ -268,6 +268,7 @@ namespace PizzaExpress_Client _txtPrezzo.Text = p.Prezzo.ToString(); _cmbCategoria.Text = p.Categoria; _txtNote.Text = p.Note; + _cmbStato.Text = p.Stato; } // ======================================================================