2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-07 17:58:56 +00:00

Move function return to right line on scan success ()

Issue 
This commit is contained in:
Andrew W 2024-08-21 22:45:14 +12:00 committed by GitHub
parent 30cfcc5ffe
commit 4558fff36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,8 +44,8 @@ class BarcodeScanStockLocationHandler extends BarcodeHandler {
if (result && OneContext.hasContext) {
OneContext().pop();
return;
}
return;
}
}