Commit 05fdfb54 authored by Sebastien Robin's avatar Sebastien Robin

corrected a type error : PdropertySheet -> PropertySheet


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@222 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c87f3ae1
......@@ -52,7 +52,7 @@ class AssortedResource(ERP5AssortedResource):
security.declareObjectProtected(Permissions.View)
# Declarative properties
property_sheets = ( PdropertySheet.Base
property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem
, PropertySheet.CategoryCore
, PropertySheet.Amount
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment