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.