Добавил автоматическую генерацию штрих-кода при создании продукта
This commit is contained in:
parent
f8f28c3cfd
commit
df6cabddb3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user