From 678dc9c16afcd4e71241821f8617579159cebe1f Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 10 Nov 2004 09:27:42 +0000
Subject: [PATCH] Add an optional argument is_tales_type into
 _getAcquiredPropertyList

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1904 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index b14ace95ce..67a910b9e2 100755
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -408,7 +408,7 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
   def _getAcquiredPropertyList(self, key, default_value, null_value,
      base_category, portal_type=None, copy_value=0, mask_value=0, sync_value=0, append_value=0,
      accessor_id=None, depends=None, storage_id=None, alt_accessor_id=None,
-     is_list_type=0):
+     is_list_type=0, is_tales_type=0):
     """
       Default accessor. Implements the default
       attribute accessor.
-- 
2.30.9