Fix background for table on printout

develop
Andreas Osim 2020-05-14 12:57:33 +02:00
parent 5cdbfffcaa
commit 862dfa531f
1 changed files with 1 additions and 1 deletions

View File

@ -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>