[IMP] Se hace al reporte de una columna sensible
al cambio de signo en las cuentas acreditables6.0
parent
e79353e08a
commit
827d6dd95d
|
@ -116,7 +116,7 @@
|
|||
<td>
|
||||
<para style="TITLE_LEFT_ALIGN">
|
||||
<font>[[ a['type']<>'view' and setTag('para','para',{'fontName':"Courier"}) or removeParentNode('font') ]]</font>
|
||||
<font>[[(a['total']==True) and formatLang(a['balance']) or '']]</font>
|
||||
<font>[[ (a['total']==True) and formatLang(a['balance'] and a['balance'] * a.get('change_sign') or 0.0, digits=2, grouping=True) or '']]</font>
|
||||
</para>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue