From 7c0976e7787be3e860234dd690a3c640b6045360 Mon Sep 17 00:00:00 2001
From: Fabrice Decroix <fabrice@nexedi.com>
Date: Mon, 29 Sep 2008 12:27:05 +0000
Subject: [PATCH] remove duplicated line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23890 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/InvoiceTransactionRule.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/Document/InvoiceTransactionRule.py b/product/ERP5/Document/InvoiceTransactionRule.py
index 08ab1e0ce2..a85f76e94f 100644
--- a/product/ERP5/Document/InvoiceTransactionRule.py
+++ b/product/ERP5/Document/InvoiceTransactionRule.py
@@ -131,7 +131,6 @@ class InvoiceTransactionRule(Rule, PredicateMatrix):
             'source_payment': context_movement.getSourcePayment(),
             'destination': accounting_rule_cell_line.getDestination(),
             'destination_section': context_movement.getDestinationSection(),
-            'destination_section': context_movement.getDestinationSection(),
             'destination_decision': context_movement.getDestinationDecision(),
             'destination_administration': context_movement.getDestinationAdministration(),
             'destination_project': context_movement.getDestinationProject(),
-- 
2.30.9