Commit 5d09fca5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix typos of portal types in purchase case test.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33069 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 90af1e09
......@@ -54,9 +54,9 @@ from DateTime import DateTime
class PurchaseInvoiceTest:
invoice_portal_type = 'Sale Invoice Transaction'
invoice_portal_type = 'Purchase Invoice Transaction'
invoice_transaction_line_portal_type \
= "Sale Invoice Transaction Line"
= "Purchase Invoice Transaction Line"
invoice_line_portal_type = "Invoice Line"
invoice_cell_portal_type = "Invoice Cell"
......
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