diff --git a/WinFormsApp/FormProducts.cs b/WinFormsApp/FormProducts.cs index 8bab0c3..7398d23 100644 --- a/WinFormsApp/FormProducts.cs +++ b/WinFormsApp/FormProducts.cs @@ -97,7 +97,6 @@ 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)