feat(ticket): exclude cancelled status from common ticket filter fields

This commit is contained in:
2026-09-17 09:38:57 -03:00
parent 04e54fefad
commit 1269ebcda0
2 changed files with 4 additions and 2 deletions

View File

@@ -79,7 +79,6 @@ class AdminAppTicketFilterFormControllerTest extends TestCase
['value' => 'used', 'label' => 'Usado'],
['value' => 'expired', 'label' => 'Vencido'],
['value' => 'disabled', 'label' => 'Inhabilitado'],
['value' => 'cancelled', 'label' => 'Cancelado'],
['value' => 'refunded', 'label' => 'Reembolsado'],
],
],