Skip to content

Commit

Permalink
[14.0]intrastat_product - Intrastat Brexit support
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-demeyer committed Jan 2, 2022
1 parent 385a48d commit 44299c6
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 @@ -849,8 +849,8 @@ def _group_line_hashcode_fields(self, computation_line):
"transaction": computation_line.transaction_id.id or False,
"transport": computation_line.transport_id.id or False,
"region": computation_line.region_id.id or False,
"product_origin_country": computation_line.product_origin_country_code,
"vat": computation_line.vat or False,
"product_origin_country_code": computation_line.product_origin_country_code,
}

def group_line_hashcode(self, computation_line):
Expand Down

0 comments on commit 44299c6

Please sign in to comment.