diff --git a/lib/barcode/stock.dart b/lib/barcode/stock.dart index b9671e2f..b084759f 100644 --- a/lib/barcode/stock.dart +++ b/lib/barcode/stock.dart @@ -44,8 +44,8 @@ class BarcodeScanStockLocationHandler extends BarcodeHandler { if (result && OneContext.hasContext) { OneContext().pop(); - return; } + return; } }