From 777eda36051671dd064fa6eda082b7dae4f36fda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 27 Apr 2006 13:10:23 +0000
Subject: [PATCH] Accounting Rule Cell can use mapped value

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

diff --git a/product/ERP5/Document/AccountingRuleCell.py b/product/ERP5/Document/AccountingRuleCell.py
index 1d51e93ab8..aca37b239e 100644
--- a/product/ERP5/Document/AccountingRuleCell.py
+++ b/product/ERP5/Document/AccountingRuleCell.py
@@ -54,7 +54,8 @@ An AccountingRuleCell object allows to add SaleInvoiceTransactionLines into a Ma
                       , PropertySheet.ValueAddedTax
                       , PropertySheet.EcoTax
                       , PropertySheet.CopyrightTax
-                      , PropertySheet.Predicate                      
+                      , PropertySheet.Predicate
+                      , PropertySheet.MappedValue
                       )
 
     # CMF Type Definition
-- 
2.30.9