[IMP] account:-On creation of new Cash Register record,the value of 'Cashbox Balance' remains zero

bzr revid: mtr@mtr-20101022073620-i1yqwvl35579m0zc
This commit is contained in:
mtr 2010-10-22 13:06:20 +05:30
parent 471572043d
commit da994fffd8
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ class account_cash_statement(osv.osv):
if end[2]['pieces'] == dict_val['pieces']:
end[2]['number'] += dict_val['number']
vals.update({
'ending_details_ids': open_close['start'],
# 'ending_details_ids': open_close['start'],
'starting_details_ids': open_close['end']
})
else: