Commit 242447b9 authored by Jérome Perrin's avatar Jérome Perrin

rename property sheet, as it contains constraints


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35985 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0dd1767e
...@@ -55,7 +55,7 @@ class AccountingTransactionLine(DeliveryLine): ...@@ -55,7 +55,7 @@ class AccountingTransactionLine(DeliveryLine):
, PropertySheet.Task , PropertySheet.Task
, PropertySheet.Arrow , PropertySheet.Arrow
, PropertySheet.Price , PropertySheet.Price
, PropertySheet.AccountingTransactionLine , PropertySheet.AccountingTransactionLineConstraint
, PropertySheet.PaymentCondition , PropertySheet.PaymentCondition
) )
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
from Products.CMFCore.Expression import Expression from Products.CMFCore.Expression import Expression
class AccountingTransactionLine: class AccountingTransactionLineConstraint:
"""Constraints for Accounting Transaction Lines """Constraints for Accounting Transaction Lines
""" """
......
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