mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +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():
|
def load_barcode_plugins():
|
||||||
|
"""
|
||||||
|
Return a list of all registered barcode plugins
|
||||||
|
"""
|
||||||
|
|
||||||
return get_plugins(barcode, BarcodePlugin)
|
return get_plugins(barcode, BarcodePlugin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user