mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
doc
This commit is contained in:
parent
cb1298847e
commit
70589b06e1
@ -48,5 +48,8 @@ def get_plugins(pkg, baseclass):
|
||||
|
||||
|
||||
def load_barcode_plugins():
|
||||
"""
|
||||
Return a list of all registered barcode plugins
|
||||
"""
|
||||
|
||||
return get_plugins(barcode, BarcodePlugin)
|
||||
|
Loading…
Reference in New Issue
Block a user