From 38bd8913c7d9768f42b341a9d03c3c9517825ddf Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Sun, 5 Oct 2025 21:24:28 -0600 Subject: [PATCH] auditor partidas --- api/customs/views_auditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/customs/views_auditor.py b/api/customs/views_auditor.py index 0b193c6..96f7dc1 100644 --- a/api/customs/views_auditor.py +++ b/api/customs/views_auditor.py @@ -74,7 +74,7 @@ def crear_partidas_organizacion(request): } ) @api_view(['POST']) -@permission_classes([IsAuthenticated & (IsSuperUser | IsSameOrganizationDeveloper)]) +@permission_classes([IsAuthenticated ]) def crear_partidas_pedimento(request): """ Crea partidas para un pedimento especĂ­fico.