[REF] Account: General ledger report => make include intial balance field default...
authorMustufa Rangwala <mra@mra-laptop>
Tue, 14 Sep 2010 11:55:02 +0000 (17:25 +0530)
committerMustufa Rangwala <mra@mra-laptop>
Tue, 14 Sep 2010 11:55:02 +0000 (17:25 +0530)
bzr revid: mra@mra-laptop-20100914115502-j9usxpc31pgfdqd4

addons/account/wizard/account_report_general_ledger.py

index 07a590e..9f8a548 100644 (file)
@@ -37,7 +37,7 @@ class account_report_general_ledger(osv.osv_memory):
         'landscape': True,
         'amount_currency': True,
         'sortby': 'sort_date',
-        'initial_balance': True,
+        'initial_balance': False,
     }
 
     def onchange_fiscalyear(self, cr, uid, ids, fiscalyear=False, context=None):