From c37a799d38d05ad320e4e7e662891103e7cbbc74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bartek=20G=C3=B3rny?= <bartek@gorny.edu.pl>
Date: Thu, 24 Aug 2006 14:19:55 +0000
Subject: [PATCH] corrected base categories

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

diff --git a/product/ERP5OOo/PropertySheet/DMSFile.py b/product/ERP5OOo/PropertySheet/DMSFile.py
index 9381f864ad..0a1850be5d 100644
--- a/product/ERP5OOo/PropertySheet/DMSFile.py
+++ b/product/ERP5OOo/PropertySheet/DMSFile.py
@@ -37,7 +37,7 @@ class DMSFile:
     'mode'    : '' },
     )
 
-  _categories = ('destination','similar','source','source_project','publication_section','classification',
+  _categories = ('destination','similar','predecessor','successor','source_project','publication_section','classification',
       'function','group','site')
  
 
-- 
2.30.9