[FIX] order in partner balance
(lp:c2c-addons/6.1 rev 24.1.14)
parent
3f6fec4de3
commit
41da0a30dd
|
@ -188,8 +188,8 @@
|
|||
total_balance += partner.get('balance', 0.0)
|
||||
%>
|
||||
<div class="act_as_row lines">
|
||||
<div class="act_as_cell first_column">${partner_ref if partner_ref else ''}</div>
|
||||
<div class="act_as_cell">${partner_name if partner_name else _('Unallocated') }</div>
|
||||
<div class="act_as_cell first_column">${partner_ref if partner_ref else ''}</div>
|
||||
%if comparison_mode == 'no_comparison':
|
||||
%if initial_balance_mode:
|
||||
<div class="act_as_cell amount">${formatLang(partner.get('init_balance', 0.0)) | amount}</div>
|
||||
|
|
Loading…
Reference in New Issue