From dffb0ebfea9d76c5b12179dc9493700e1c9984e5 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Thu, 30 Jun 2005 22:06:49 +0000 Subject: [PATCH] change "*_number" property id to "*_count" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3383 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Person.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py index 2e721003d3..e4ebcbf195 100755 --- a/product/ERP5/PropertySheet/Person.py +++ b/product/ERP5/PropertySheet/Person.py @@ -62,11 +62,11 @@ class Person: 'description' : 'The social code of this person', 'type' : 'string', 'mode' : 'w' }, - { 'id' : 'partners_number', + { 'id' : 'partner_count', 'description' : '', 'type' : 'int', 'mode' : 'w' }, - { 'id' : 'children_number', + { 'id' : 'child_count', 'description' : '', 'type' : 'int', 'mode' : 'w' }, -- 2.30.9