Skip to content

Commit

Permalink
[FIX] l10n_it_intrastat_statement: report doesn't show the right orig…
Browse files Browse the repository at this point in the history
…in country for the good

See #3157 for durther info
  • Loading branch information
tafaRU committed Feb 2, 2023
1 parent 67c15a8 commit aa72734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
t-field="l.country_origin_id.code"
/></td>
<td><span
t-field="l.country_origin_id.code"
t-field="l.country_good_origin_id.code"
/></td>
<td><span
t-field="l.province_destination_id.code"
Expand Down

0 comments on commit aa72734

Please sign in to comment.