[IMP] account:-On creation of new Cash Register record,the value of 'Cashbox Balance...
authormtr <mtr@mtr>
Fri, 22 Oct 2010 07:36:20 +0000 (13:06 +0530)
committermtr <mtr@mtr>
Fri, 22 Oct 2010 07:36:20 +0000 (13:06 +0530)
bzr revid: mtr@mtr-20101022073620-i1yqwvl35579m0zc

addons/account/account_cash_statement.py

index 8182d40..13c6464 100644 (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: