mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Tweak display of label printing plugins
This commit is contained in:
parent
bc48a95844
commit
011d97db3d
@ -263,7 +263,7 @@ function selectLabel(labels, items, options={}) {
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
plugins.forEach(function(plugin) {
|
plugins.forEach(function(plugin) {
|
||||||
plugin_selection += `<option value='${plugin.key}' title='${plugin.meta.human_name}'>${plugin.meta.description} - <small>${plugin.meta.human_name}</small></option>`;
|
plugin_selection += `<option value='${plugin.key}' title='${plugin.meta.human_name}'>${plugin.name} - <small>${plugin.meta.human_name}</small></option>`;
|
||||||
});
|
});
|
||||||
|
|
||||||
plugin_selection += `
|
plugin_selection += `
|
||||||
|
Loading…
Reference in New Issue
Block a user