Fix background for table on printout
parent
5cdbfffcaa
commit
862dfa531f
|
|
@ -140,7 +140,7 @@
|
||||||
<span t-field="o.note1"/>
|
<span t-field="o.note1"/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-condensed" style="background-color: #E6E7E9;">
|
<table class="table table-condensed">
|
||||||
<t t-set="discount_is_set" t-value="field_set_in_lines(o.order_line, 'discount')"/>
|
<t t-set="discount_is_set" t-value="field_set_in_lines(o.order_line, 'discount')"/>
|
||||||
<thead class="table-header">
|
<thead class="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue