Skip to content

Commit

Permalink
FIX error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Jun 12, 2016
1 parent fa49284 commit 7a5505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intrastat_product/models/intrastat_product_declaration.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def _get_weight_and_supplunits(self, inv_line, hs_code):
"Please correct the Intrastat Supplementary Unit "
"settings and regenerate the lines or adjust the lines "
"with Intrastat Code '%s' manually"
) % inv_line.hs_code_id.local_code
) % hs_code.display_name
self._note += note
return weight, suppl_unit_qty
if target_uom.category_id == source_uom.category_id:
Expand Down

0 comments on commit 7a5505f

Please sign in to comment.