Skip to content

Commit

Permalink
Merge 17c9e6b into 768a9fe
Browse files Browse the repository at this point in the history
  • Loading branch information
Mibnet committed Jan 17, 2020
2 parents 768a9fe + 17c9e6b commit 94bd393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions br_nfe/models/inutilized_nfe.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def validate_hook(self):
('numero', '>=', self.numeration_start),
('numero', '<=', self.numeration_end),
('company_id', '=', self.env.user.company_id.id),
('model', '=', self.modelo),
])
if docs:
errors.append('Não é possível invalidar essa série pois já existem'
Expand Down

0 comments on commit 94bd393

Please sign in to comment.