2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
This commit is contained in:
Oliver Walters 2020-04-15 07:54:38 +10:00
parent d57fed6142
commit 44addc9d7f

View File

@ -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