Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaGD committed Oct 23, 2018
1 parent 47805f1 commit 2119179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br_nfe/models/invoice_eletronic.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def _prepare_eletronic_invoice_values(self):
def _prepare_lote(self, lote, nfe_values):
return {
'idLote': lote,
'indSinc': 1 if self.compani_id.nfe_sinc else 0,
'indSinc': 1 if self.company_id.nfe_sinc else 0,
'estado': self.company_id.partner_id.state_id.ibge_code,
'ambiente': 1 if self.ambiente == 'producao' else 2,
'NFes': [{
Expand Down

0 comments on commit 2119179

Please sign in to comment.