Добавил автоматическую генерацию штрих-кода при создании продукта

This commit is contained in:
the 2024-06-24 14:12:09 +04:00
parent f8f28c3cfd
commit df6cabddb3

View File

@ -97,7 +97,7 @@ namespace WinFormsApp
Rate = 0.0,
IsBeingSold = checkBoxIsSold.Checked,
};
_barcodeLogic.CreateBarcode(model);
var operationResult = _id.HasValue ? _productLogic.Update(model) : _productLogic.Create(model);
_id = null;
if (!operationResult)