Skip to content

Commit

Permalink
[Fix] flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Nov 16, 2015
1 parent 3faf270 commit c81679e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_br_account_product/sped/nfe/document.py
Expand Up @@ -511,8 +511,8 @@ def _carrier_data(self, invoice):
"""Dados da Transportadora e veiculo"""

self.nfe.infNFe.transp.modFrete.valor = (
invoice.incoterm and
invoice.incoterm.freight_responsibility or '9')
invoice.incoterm and
invoice.incoterm.freight_responsibility or '9')

if invoice.carrier_id:

Expand Down

0 comments on commit c81679e

Please sign in to comment.