[Erp5-report] r32927 kazuhiko - /erp5/trunk/products/ERP5/Document/PaymentSimulationRule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 22 11:19:12 CET 2010


Author: kazuhiko
Date: Mon Feb 22 11:19:12 2010
New Revision: 32927

URL: http://svn.erp5.org?rev=32927&view=rev
Log:
Payment Simulation Rule uses PredicateMatrix.

Modified:
    erp5/trunk/products/ERP5/Document/PaymentSimulationRule.py

Modified: erp5/trunk/products/ERP5/Document/PaymentSimulationRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaymentSimulationRule.py?rev=32927&r1=32926&r2=32927&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaymentSimulationRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaymentSimulationRule.py [utf8] Mon Feb 22 11:19:12 2010
@@ -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.




More information about the Erp5-report mailing list