From a8dc50cf1ca9a959ee2c860fa105dda71e6f4cd9 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Thu, 29 Dec 2005 10:47:10 +0000
Subject: [PATCH] Added support for price in AccountingTransactionLine for
 multi currency support

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

diff --git a/product/ERP5/Document/AccountingTransactionLine.py b/product/ERP5/Document/AccountingTransactionLine.py
index 4150c37c3e..a732e244d8 100755
--- a/product/ERP5/Document/AccountingTransactionLine.py
+++ b/product/ERP5/Document/AccountingTransactionLine.py
@@ -56,6 +56,7 @@ class AccountingTransactionLine(DeliveryLine):
                     , PropertySheet.Amount
                     , PropertySheet.Task
                     , PropertySheet.Arrow
+                    , PropertySheet.Price
                     )
 
   # Declarative interfaces
-- 
2.30.9