Commit 985c640d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Payment Simulation Rule uses PredicateMatrix.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32927 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d72958b8
......@@ -28,8 +28,9 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions
from Products.ERP5.Document.Rule import Rule
from Products.ERP5.Document.PredicateMatrix import PredicateMatrix
class PaymentSimulationRule(Rule):
class PaymentSimulationRule(Rule, PredicateMatrix):
"""
Payment Simulation Rule generates payment simulation movements from
accounting / invoice transaction simulation movements.
......
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