Commit a71a3e7d authored by Yusuke Muraoka's avatar Yusuke Muraoka

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28427 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f84e8722
......@@ -139,7 +139,7 @@ class TestBPMMixin(ERP5TypeTestCase):
account.validate()
return account
def createInvoiceTransationRule(self):
def createInvoiceTransactionRule(self):
self.receivable_account = self.createAndValidateAccount('receivable',
'asset/receivable')
self.payable_account = self.createAndValidateAccount('payable',
......@@ -230,7 +230,7 @@ class TestBPMMixin(ERP5TypeTestCase):
def afterSetUp(self):
self.createCategories()
self.setSystemPreference()
self.createInvoiceTransationRule()
self.createInvoiceTransactionRule()
self.stepTic()
def beforeTearDown(self):
......
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