Add StockScanModal
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 7m57s

This commit is contained in:
Leandro Hernan Rojas 2025-08-24 02:15:54 -03:00
parent 2719bd4d9e
commit d884970019

View File

@ -127,7 +127,7 @@
{ {
var matchedItem = await stockScanService.ParseAndMatchAsync(code, LocationId ?? 1); var matchedItem = await stockScanService.ParseAndMatchAsync(code, LocationId ?? 1);
if (matchedItem is null) // 3) BusinessKey (clave de fusión) y contexto
{ {
toastService.ShowWarning("No se encontró el producto en stock."); toastService.ShowWarning("No se encontró el producto en stock.");
await Refocus(); await Refocus();