2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Move function return to right line on scan success (#521)
Some checks failed
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled

Issue #520
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

View File

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