Add StockScanModal
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 7m57s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 7m57s
This commit is contained in:
parent
2719bd4d9e
commit
d884970019
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user