[REF] Account: General ledger report => make include intial balance field default to false

bzr revid: mra@mra-laptop-20100914115502-j9usxpc31pgfdqd4
This commit is contained in:
Mustufa Rangwala 2010-09-14 17:25:02 +05:30
parent 82035f2ffa
commit c932a5b546
1 changed files with 1 additions and 1 deletions

View 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):