From aca23aaba63963e047ec9485a58373e8a696d34f Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Mon, 14 Mar 2005 17:03:24 +0000
Subject: [PATCH] *** empty log message ***

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

diff --git a/product/ERP5Type/Constraint/CategoryExistence.py b/product/ERP5Type/Constraint/CategoryExistence.py
index f2dec85218..ced48abbfb 100755
--- a/product/ERP5Type/Constraint/CategoryExistence.py
+++ b/product/ERP5Type/Constraint/CategoryExistence.py
@@ -50,7 +50,7 @@ class CategoryExistence(Constraint):
       errors = []
 
       # Retrieve values inside de PropertySheet (_constraints)
-      property_id = self.constraint_definition['base_category']
+      base_category = self.constraint_definition['base_category']
 
       # Check arity and compare it with the min and max
       error_message = None
-- 
2.30.9