[FIX] account: report agedpartnerbalance, copy paste error

The t-foreach save the iterazied item as not_partner, not as partner
This commit is contained in:
Denis Ledoux 2014-06-17 13:47:15 +02:00
parent eb42616b98
commit 58c13d28b2
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
</tr>
<tr t-foreach="get_lines_with_out_partner(data['form'])" t-as="not_partner">
<td>
<span t-esc="partner['name']"/>
<span t-esc="not_partner['name']"/>
</td>
<td class="text-right">
<span t-esc="formatLang(not_partner['direction'], currency_obj=res_company.currency_id)"/>