[Erp5-report] r32998 kazuhiko - /erp5/trunk/products/ERP5/tests/testInvoice.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 23 09:36:40 CET 2010
Author: kazuhiko
Date: Tue Feb 23 09:36:37 2010
New Revision: 32998
URL: http://svn.erp5.org?rev=32998&view=rev
Log:
use new portal type name : Payment Simulation Rule.
Modified:
erp5/trunk/products/ERP5/tests/testInvoice.py
Modified: erp5/trunk/products/ERP5/tests/testInvoice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInvoice.py?rev=32998&r1=32997&r2=32998&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] Tue Feb 23 09:36:37 2010
@@ -1234,9 +1234,9 @@
'Invoice Transaction Rule': {
'parent_movement_type_list': invoice.getPortalInvoiceMovementTypeList(),
'movement_type_list': invoice.getPortalAccountingMovementTypeList(),
- 'next_rule_list': ['Payment Rule'],
+ 'next_rule_list': ['Payment Simulation Rule'],
},
- 'Payment Rule': {
+ 'Payment Simulation Rule': {
'parent_movement_type_list': invoice.getPortalAccountingMovementTypeList(),
'next_rule_list': [],
},
More information about the Erp5-report
mailing list