From a1c9c382b2f7cda2477779e639e70a06b287ba4f Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Wed, 7 Jan 2004 13:49:56 +0000 Subject: [PATCH] add the property sheet: PresentAuCatalogue git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@173 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/Coramy/Document/Forme.py | 1 + product/Coramy/Document/Vetement.py | 1 + 2 files changed, 2 insertions(+) diff --git a/product/Coramy/Document/Forme.py b/product/Coramy/Document/Forme.py index 902154a21c..eef0690ead 100755 --- a/product/Coramy/Document/Forme.py +++ b/product/Coramy/Document/Forme.py @@ -53,6 +53,7 @@ class Forme(Resource): , PropertySheet.CategoryCore , PropertySheet.DublinCore , PropertySheet.Forme + , PropertySheet.PresentAuCatalogue ) # Hard Wired Variation List diff --git a/product/Coramy/Document/Vetement.py b/product/Coramy/Document/Vetement.py index 00dec7c3c5..e449600303 100755 --- a/product/Coramy/Document/Vetement.py +++ b/product/Coramy/Document/Vetement.py @@ -56,6 +56,7 @@ class Vetement(Resource, XMLMatrix): , PropertySheet.CategoryCore , PropertySheet.DublinCore , PropertySheet.Vetement + , PropertySheet.PresentAuCatalogue ) # Hard Wired Variation List -- 2.30.9