1
This commit is contained in:
parent
47875cf4ed
commit
c993d08261
@ -119,7 +119,7 @@ namespace FoodOrdersView
|
||||
}
|
||||
private void ButtonIssuedOrder_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (dataGridView.SelectedRows.Count == 1)
|
||||
if (dataGridView.SelectedRows.Count == 1)ewyeuhyrd5yh5ryghr
|
||||
{
|
||||
int id = Convert.ToInt32(dataGridView.SelectedRows[0].Cells["Id"].Value);
|
||||
_logger.LogInformation("Заказ №{id}. Меняется статус на 'Выдан'", id);
|
||||
|
Loading…
Reference in New Issue
Block a user