cnf
2025-05-10 69d568d58c7709f54ce90271ac2e9cb0ec3fddc6
StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteBarcodeController.cs
@@ -34,11 +34,15 @@
        try
        {
            dynamic resultInfos = new ExpandoObject();
            PrintBarcode save = m.Save(barcode);
            var save = m.Save(barcode);
            resultInfos = save;
            entity.Result = 1;
            entity.Result = 0;
            if (save)
            {
                entity.Result = 1;
            }
            entity.DealWith = 1;
            _manager.save(entity);