|
|
@ -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> |
|
|
|