From 9a515a48d3a1ad402df11953b0d4ca341d3d4339 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Sat, 17 Feb 2007 12:51:38 +0000
Subject: [PATCH] Sale Invoices contains Invoice Trnasaction Line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12852 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testInvoiceVAT.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/tests/testInvoiceVAT.py b/product/ERP5/tests/testInvoiceVAT.py
index 86030ef1f6..dd5447dea0 100644
--- a/product/ERP5/tests/testInvoiceVAT.py
+++ b/product/ERP5/tests/testInvoiceVAT.py
@@ -415,7 +415,7 @@ class TestInvoiceVAT(ERP5TypeTestCase):
     self._checkInvoiceVAT(invoice, total_price, vat_ratio,
                           total_vat_amount)
     # ... or an empty accouting line
-    invoice.newContent(portal_type='Accounting Transaction Line')
+    invoice.newContent(portal_type='Sale Invoice Transaction Line')
     self._checkInvoiceVAT(invoice, total_price, vat_ratio,
                           total_vat_amount)
 
-- 
2.30.9