Merge pull request 'Edicion habilitada' (#75) from fixed/tipos_de_cambio into development
Reviewed-on: ADUANASOFT/anexo76#75
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user