Skip to content

Commit

Permalink
[FIX] l10n_it_delivery_note: report adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
renda-dev authored and TheMule71 committed Jan 17, 2025
1 parent 99cfbc8 commit 7dabcba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions l10n_it_delivery_note/report/report_delivery_note.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
Taxes
</th>
<th
t-if="doc.company_id.display_total_in_dn_with_prices"
t-if="doc.company_id.display_total_in_dn_with_prices and doc.print_prices"
class="text-right"
>
Amount
Expand Down Expand Up @@ -215,7 +215,7 @@
/>
</td>
<td
t-if="doc.company_id.display_total_in_dn_with_prices"
t-if="doc.company_id.display_total_in_dn_with_prices and doc.print_prices"
class="text-right"
>
<span t-field="line.untaxed_amount" />
Expand Down Expand Up @@ -274,7 +274,11 @@
</tbody>
</table>
<br />
<div class="clearfix" name="so_total_summary">
<div
class="clearfix"
name="so_total_summary"
t-if="doc.company_id.display_total_in_dn_with_prices and doc.print_prices"
>
<div id="total" class="row" name="total">
<div
t-attf-class="#{'col-6' if report_type != 'html' else 'col-sm-7 col-md-6'} ml-auto"
Expand Down

0 comments on commit 7dabcba

Please sign in to comment.