Comment 2 for bug 310919

Revision history for this message
Dukai Gábor (gdukai) wrote :

Your fix was modified and the bug reappeared:

@@ -448,7 +448,7 @@
         ait_obj = self.pool.get('account.invoice.tax')
         cur_obj = self.pool.get('res.currency')
         acc_obj = self.pool.get('account.account')
- self.button_compute(cr, uid, ids, context={}, set_total=True)
+ self.button_compute(cr, uid, ids, context={}, set_total=False)
         for inv in self.browse(cr, uid, ids):
             if inv.move_id:
                 continue