mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-30 18:50:53 +00:00
Display proper printing target name in the label printing modal dialog (#4727)
Fix #4717
This commit is contained in:
@ -889,7 +889,9 @@ function loadBuildOutputTable(build_info, options={}) {
|
||||
labels: {
|
||||
url: '{% url "api-stockitem-label-list" %}',
|
||||
key: 'item',
|
||||
}
|
||||
},
|
||||
singular_name: '{% trans "build output" %}',
|
||||
plural_name: '{% trans "build outputs" %}',
|
||||
});
|
||||
|
||||
function setupBuildOutputButtonCallbacks() {
|
||||
|
Reference in New Issue
Block a user