refs #4550 collection-label fixes #1184
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1184
Loading…
Reference in New Issue
No description provided.
Delete Branch "#4550-HOTFIX-collection-label"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -3,3 +3,3 @@
CONCAT(tc.collectionFk, ' ', SUBSTRING('ABCDEFGH',tc.wagon, 1), '-', tc.`level`) levelV,
CONCAT(tc.collectionFk, ' ', SUBSTRING('ABCDEFGH', tc.wagon, 1), '-', tc.`level`) levelV,
tc.ticketFk,
LEFT(COALESCE(et.description, zo.name, am.name),12) agencyDescription,
No truncar valores, hacerlo en front
@ -13,3 +13,3 @@
DATE_FORMAT(t.shipped, '%d/%m/%y') shipped,
COUNT(*) lineCount,
t.nickName
LEFT(t.nickName, 29) nickName
Esto se puede hacer desde css utilizando text-overflow: ellipsis;
Se puede crear la clase genérica ellipsize en print/common/css/misc.css