closes #4789 hasInvoice on ticket searchbar #1153
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1153
Loading…
Reference in New Issue
No description provided.
Delete Branch "4789-search-ticket-without-invoice"
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?
@ -281,0 +289,4 @@
const filter = {};
const result = await models.Ticket.filter(ctx, filter, options);
expect(result.length).toEqual(6);
Mejor utilizar toBeGreatherThan() de ahora en adelante, para evitar que cualquier cambio en la cantidad de fixtures afecte,