[Erp5-report] r28516 - /erp5/trunk/products/ERP5/tests/testInvoice.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 20 16:10:47 CEST 2009


Author: jerome
Date: Thu Aug 20 16:10:45 2009
New Revision: 28516

URL: http://svn.erp5.org?rev=28516&view=rev
Log:
we no longer expect Tax Rule there

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=28516&r1=28515&r2=28516&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] Thu Aug 20 16:10:45 2009
@@ -2409,7 +2409,7 @@
     rule_dict = {
         'Order Rule': {
           'movement_type_list': ['Sale Packing List Line', 'Sale Packing List Cell'],
-          'next_rule_list': ['Invoicing Rule', 'Tax Rule'],
+          'next_rule_list': ['Invoicing Rule', ],
           },
         'Invoicing Rule': {
           'movement_type_list': invoice.getPortalInvoiceMovementTypeList(),




More information about the Erp5-report mailing list