[FIX] account_reconcile_oca: Don't show partner label if none
Avoid to show the ugly `false` text.pull/630/head
parent
c408c0f059
commit
0cc1cca5ff
|
@ -92,7 +92,7 @@
|
|||
<td>
|
||||
<span
|
||||
t-esc="reconcile_line.partner_id[1]"
|
||||
t-if="reconcile_line.partner_id"
|
||||
t-if="reconcile_line.partner_id and reconcile_line.partner_id[1]"
|
||||
/>
|
||||
</td>
|
||||
<td t-esc="reconcile_line.date_format" />
|
||||
|
|
Loading…
Reference in New Issue