From 8e95e5c0e29dcccb8e19b187838d90aedceef834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 26 May 2006 16:50:22 +0000 Subject: [PATCH] Add price currency category git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7503 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Price.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5/PropertySheet/Price.py b/product/ERP5/PropertySheet/Price.py index 4e61f83cc7..93ad3fa9a2 100644 --- a/product/ERP5/PropertySheet/Price.py +++ b/product/ERP5/PropertySheet/Price.py @@ -87,3 +87,5 @@ class Price: 'mode' : 'w' }, ) + _categories = ( 'price_currency', ) + -- 2.30.9