Skip to content

Commit

Permalink
CO-3752 Last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Dec 6, 2021
1 parent b9baf6f commit b29621e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report_compassion/report/bvr_sponsorship.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@
<t t-set="reference" t-value="o.bvr_reference"/>
<t t-if="qr_count % 2 == 0">
<t t-set="swissqr_position_top" t-value="page_height * (qr_count//2) + position_top_even"/>
<t t-call="report_compassion.report_sponsorship_2bvr_top_slip" t-lang="group.partner_id.lang"/>
<t t-call="report_compassion.report_sponsorship_2bvr_top_slip" t-lang="partner.lang"/>
</t>
<t t-else="">
<t t-set="swissqr_position_top" t-value="swissqr_position_top + position_top_odd"/>
<t t-call="report_compassion.report_sponsorship_2bvr_bottom_slip" t-lang="group.partner_id.lang"/>
<t t-call="report_compassion.report_sponsorship_2bvr_bottom_slip" t-lang="partner.lang"/>
</t>
<t t-set="qr_count" t-value="qr_count + 1"/>
</t>
Expand Down

0 comments on commit b29621e

Please sign in to comment.