fix invoice-printout if there is no editor_id
parent
c450e7ed7d
commit
32a5252ae1
|
|
@ -59,7 +59,14 @@
|
|||
<strong>
|
||||
<span class="col-xs-2">Contact Person:</span>
|
||||
</strong>
|
||||
<span class="col-xs-3" t-field="o.editor_id"/>
|
||||
<!-- <span class="col-xs-3" t-field="o.editor_id"/> -->
|
||||
<span t-if="o.editor_id">
|
||||
<span class="col-xs-3" t-field="o.editor_id"/>
|
||||
</span>
|
||||
<span t-else="">
|
||||
<span class="col-xs-3" t-field="o.user_id"/>
|
||||
</span>
|
||||
|
||||
<strong>
|
||||
<span class="col-xs-2">Positions:</span>
|
||||
</strong>
|
||||
|
|
|
|||
Loading…
Reference in New Issue