Merge pull request 'Edicion habilitada' (#75) from fixed/tipos_de_cambio into development

Reviewed-on: ADUANASOFT/anexo76#75
This commit is contained in:
2026-01-22 23:35:12 +00:00
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"""