Edicion habilitada

This commit is contained in:
2026-01-22 13:12:41 -06:00
parent 5a254fb2b1
commit 79e6c2f5a4
2 changed files with 2 additions and 2 deletions

View File

@@ -101,8 +101,8 @@ class ExchangeRateService:
def update(
db: Session,
exchange_rate_id: int,
exchange_rate_data: dto.ExchangeRateUpdateDTO,
tenant_id: int,
exchange_rate_data: dto.ExchangeRateUpdateDTO,
company_id: int,
) -> Optional[models.ExchangeRate]:
"""Update an exchange rate"""