#333158 - hotfix packingType customerTicketList #1770
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1770
Loading…
Reference in New Issue
No description provided.
Delete Branch "hotfix_packingType_customerTicketList"
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?
@ -0,0 +27,4 @@
{ item: { itemPackingTypeFk: 'H' } },
{ item: { itemPackingTypeFk: 'A' } },
];
expect(getItemPackagingType(ticketSales)).toBe('H, V, A');
@jgallego Esto es correcto que debe mostrarse así?
si el ticket contiene al menos un articulo de cada uno de esos tipos, sí.
hotfix_packingType_customerTicketListto #333158 - hotfix packingType customerTicketList