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
Showing only changes of commit fdf97b1fc7 - Show all commits

View File

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

View File

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