refs #4965 Hotfix collection-label #1359

Merged
guillermo merged 1 commits from hotfixCollectionLabel into master 2023-03-01 12:07:17 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -66,8 +66,9 @@ module.exports = {
else else
value = '---'; value = '---';
let routeFk = labelData.routeFk.toString();
if (labelData.routeFk) if (labelData.routeFk)
value = `${value} [${labelData.routeFk.toString().substring(0, 3)}]`; value = `${value} [${routeFk.substring(routeFk.length - 3)}]`;
return value; return value;
}, },

View File

@ -3,9 +3,9 @@
"height": "4.9cm", "height": "4.9cm",
"margin": { "margin": {
"top": "0.3cm", "top": "0.3cm",
"right": "0.6cm", "right": "0.3cm",
"bottom": "0cm", "bottom": "0cm",
"left": "0cm" "left": "0.2cm"
}, },
"printBackground": true "printBackground": true
} }