Skip to content

Commit

Permalink
[FIX] account_invoice_report_service: correct the borders bottoms of …
Browse files Browse the repository at this point in the history
…invoice lines in delivery report
  • Loading branch information
FrankC013 authored and eantones committed Feb 18, 2025
1 parent a36f84b commit af8f8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@
@include ris-basetable-mixin;
}

.rid-table2 > tbody > tr.rid-tr2-order-header > td {
.rid-table2-border-bottom > td {
border-bottom: 1px solid rgb(221, 221, 221);
}

.rid-tr-invoice-line > td {
padding-bottom: 5px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
<t t-if="invoice_lines">
<t t-set="order_total" t-value="0" />
<t t-foreach="invoice_lines" t-as="il">
<tr class="rid-tr-invoice-line">
<tr class="rid-table2-border-bottom">
<t
t-set="il_name"
t-value="il.get_splited_line_description()"
Expand Down

0 comments on commit af8f8a1

Please sign in to comment.