Skip to content

Commit

Permalink
intrastat fix redirect warning
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-demeyer committed Jun 5, 2019
1 parent ef95c00 commit b0092dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _get_region(self, inv_line):
msg = _(
"The Intrastat Region of the Company is not set, "
"please configure it first.")
self._company_warning(msg)
self._account_config_warning(msg)
return region

def _handle_refund(self, inv_line, line_vals):
Expand Down

0 comments on commit b0092dd

Please sign in to comment.