mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Bugfix
This commit is contained in:
@ -123,7 +123,7 @@ class BarcodePluginView(APIView):
|
|||||||
'error': _('Barcode plugin returned incorrect response')
|
'error': _('Barcode plugin returned incorrect response')
|
||||||
}
|
}
|
||||||
|
|
||||||
response['plugin'] = plugin.get_name()
|
response['plugin'] = plugin.plugin_name()
|
||||||
response['hash'] = plugin.hash()
|
response['hash'] = plugin.hash()
|
||||||
|
|
||||||
break
|
break
|
||||||
|
Reference in New Issue
Block a user