[MRG] Let the total of bank statement even if don't use balance

(lp:c2c-financial-addons/6.1 rev 72)
This commit is contained in:
Joël Grand-Guillaume
2012-07-04 15:35:50 +02:00
parent 63aec8280a
commit 2c5ffa61f6

View File

@@ -158,7 +158,7 @@
</group> </group>
</xpath> </xpath>
<xpath expr="/form/group/field[@name='balance_end']" position="replace"> <xpath expr="/form/group/field[@name='balance_end']" position="replace">
<field name="balance_end" attrs="{'invisible':[('balance_check','=',False)]}"/> <field name="balance_end"/>
</xpath> </xpath>
<xpath expr="/form/group/field[@name='journal_id']" position="attributes"> <xpath expr="/form/group/field[@name='journal_id']" position="attributes">