chore: Disables fake barcode scan

Removes a temporary function used for development to ensure the application relies on actual scanner input.
This commit is contained in:
mandreshope 2025-07-31 14:26:57 +03:00
parent ebad2300ec
commit 957a3df244

View File

@ -307,7 +307,7 @@ class _ReceptionScanPageState extends ConsumerState<ReceptionScanPage>
_InfoTextScan(),
_ZoneScanBox(
onTap: () {
_fakeBarcode();
// _fakeBarcode();
qrcodeFound = false;
mobileScannerController.start();
},