Commit b94021c1 authored by Kevin Deldycke's avatar Kevin Deldycke

Sorry, previous change was unecessary.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d86c0172
......@@ -31,10 +31,9 @@ from Products.CMFCore.utils import getToolByName
from Products.CMFCore.WorkflowCore import WorkflowMethod
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type.Document.Folder import Folder
class AgentPrivilege(Folder, XMLObject):
class AgentPrivilege(XMLObject):
"""
An Agent Privilege allow the Bank Account owner to give permissions to an Agent for a given period of time, for a maximum amount of money.
"""
......
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