Display proper printing target name in the label printing modal dialog (#4727)

Fix #4717
This commit is contained in:
Miklós Márton
2023-05-02 07:59:54 +10:00
committed by GitHub
parent e5e1a09b45
commit 0b8feb2c4a
8 changed files with 22 additions and 7 deletions
+3 -1
View File
@@ -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() {