Skip to content

Commit

Permalink
[14.0][FIX] l10n_it_vat_registries: fix bill number in report
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 authored and OCA-git-bot committed May 4, 2022
1 parent 6a91bfd commit bc2faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_vat_registries/report/report_registro_iva.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
class="left_without_line_bold"
><div
style="page-break-inside: avoid"
t-esc="line['reference'].split(',')[0]"
t-esc="move.ref"
/></td>
</t>
<t
Expand Down

0 comments on commit bc2faee

Please sign in to comment.