From 21266e10a8abe946b86e30278961112671185422 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Tue, 7 Jun 2005 21:34:56 +0000
Subject: [PATCH] wrong variable name

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

diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index f4b905cd04..3b5337806f 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -62,7 +62,7 @@ class Person:
             'description' : 'The social code of this person',
             'type'        : 'string',
             'mode'        : 'w' },
-        {   'id'          : 'partner_number',
+        {   'id'          : 'partners_number',
             'description' : '',
             'type'        : 'int',
             'mode'        : 'w' },
-- 
2.30.9