mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] account_reconcile_oca: Don't show partner label if none
Avoid to show the ugly `false` text.
This commit is contained in:
@@ -83,7 +83,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" />
|
||||
|
||||
Reference in New Issue
Block a user