Modifs
authorpinky <>
Tue, 16 Jan 2007 17:23:45 +0000 (17:23 +0000)
committerpinky <>
Tue, 16 Jan 2007 17:23:45 +0000 (17:23 +0000)
bzr revid: pinky-040cdd4f2d11ab887d38316477e148833f98dcc1

addons/l10n_ch/bvr/wizard/wizard_bvr.py

index a3554b7..54fc25c 100644 (file)
@@ -54,8 +54,6 @@ check_fields = {
        },
 }
 
-
-
 def _check(self, cr, uid, data, context):
        for invoice in pooler.get_pool(cr.dbname).get('account.invoice').browse(cr, uid, data['ids'], context):
                bank = pooler.get_pool(cr.dbname).get('res.partner.bank').browse(cr, uid, data['form']['bank'], context)