From 5ab60a79f9ec77d6c1a68188695fdccb86b966ac Mon Sep 17 00:00:00 2001 From: the Date: Mon, 24 Jun 2024 14:14:50 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=B2=D0=B0=D0=B6=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WinFormsApp/FormProducts.cs | 1 - 1 file changed, 1 deletion(-) 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)