Removed already commited patch: issue4331002_1.diff

This commit is contained in:
Guillem Barba 2014-03-25 14:05:02 +01:00
parent 5f079ff6ce
commit 215c1cb904
2 changed files with 0 additions and 18 deletions

View File

@ -1,17 +0,0 @@
Index: move.py
===================================================================
--- ./modules/account/move.py
+++ ./modules/account/move.py
@@ -358,8 +358,8 @@
cls.write([move], values)
to_reconcile = [l for l in move.lines
- if ((line.debit == line.credit == Decimal('0'))
- and line.account.reconcile)]
+ if ((l.debit == l.credit == Decimal('0'))
+ and l.account.reconcile)]
if to_reconcile:
Line.reconcile(to_reconcile)

1
series
View File

@ -13,7 +13,6 @@ issue2661002_20001.diff
issue101_226.diff
issue3781003_1_10001.diff
issue3111002_1.diff
issue4331002_1.diff
issue3481002_1.diff
issue2731002_20001.diff
issue134_399.diff