Commit 48ca3736 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

PaymentCondition now inherits from BusinessPath instead of XMLObject.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33021 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d88148b9
...@@ -30,9 +30,9 @@ from Products.ERP5Type.Globals import InitializeClass, PersistentMapping ...@@ -30,9 +30,9 @@ from Products.ERP5Type.Globals import InitializeClass, PersistentMapping
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces
from Products.ERP5Type.XMLObject import XMLObject from Products.ERP5.Document.BusinessPath import BusinessPath
class PaymentCondition(XMLObject): class PaymentCondition(BusinessPath):
""" """
Payment Conditions are used to define all the parameters of a payment Payment Conditions are used to define all the parameters of a payment
""" """
...@@ -52,6 +52,7 @@ class PaymentCondition(XMLObject): ...@@ -52,6 +52,7 @@ class PaymentCondition(XMLObject):
, PropertySheet.DublinCore , PropertySheet.DublinCore
, PropertySheet.Amount , PropertySheet.Amount
, PropertySheet.PaymentCondition , PropertySheet.PaymentCondition
, PropertySheet.Chain
, PropertySheet.SortIndex , PropertySheet.SortIndex
, PropertySheet.BusinessPath
) )
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