[IMP] account: solve vertical alignment problem at cash register total

bzr revid: cha@tinyerp.com-20130314063911-rg1bjy80h99r4yb3
This commit is contained in:
Ajay Chauhan (OpenERP) 2013-03-14 12:09:11 +05:30
parent ade85dfa03
commit c8c72c150b
1 changed files with 2 additions and 2 deletions

View File

@ -2352,12 +2352,12 @@
<field name="total_entry_encoding" readonly="1" string="+ Transactions" widget="monetary" options="{'currency_field': 'currency_id'}"/>
<field name="balance_end" widget="monetary" string="= Computed Balance" options="{'currency_field': 'currency_id'}"/>
</group>
<group>
<div>
<group class="oe_subtotal_footer oe_right" attrs="{'invisible' : [('state', '=', 'draft')]}">
<field name="balance_end_real" readonly="1" class="oe_subtotal_footer_separator" widget="monetary" options="{'currency_field': 'currency_id'}"/>
<field name="difference" class="oe_subtotal_footer_separator"/>
</group>
</group>
</div>
</group>
</sheet>
</form>