Commit f478d2f0 authored by Łukasz Nowak's avatar Łukasz Nowak

- this is Note not XXX, rewrite it in understandable way


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c8e2a7bc
......@@ -170,8 +170,8 @@ class TestBPMEvaluationMixin(TestBPMMixin):
transaction.commit()
def _createInvoiceRule(self):
# XXX: This is not needed, but invoices, even if built from simulation
# need those rule to create empty one
# Note: This is not used, but invoices, even if built from simulation,
# need those rule to create empty one applied rule
rule_tool = self.portal.portal_rules
clipboard = rule_tool.manage_copyObjects(ids = ['default_invoice_rule'])
......
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