this seems fine - just keep it that way

This commit is contained in:
Matthias 2022-05-15 18:06:32 +02:00
parent c7a2d11893
commit 9e590c1bc6
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -63,7 +63,6 @@ class BarcodeScan(APIView):
plugin = None
for current_plugin in plugins:
# TODO @matmair make simpler after InvenTree 0.7.0 release
current_plugin.init(barcode_data)
if current_plugin.validate():
@ -168,7 +167,6 @@ class BarcodeAssign(APIView):
plugin = None
for current_plugin in plugins:
# TODO @matmair make simpler after InvenTree 0.7.0 release
current_plugin.init(barcode_data)
if current_plugin.validate():