Commit 7e76a151 authored by Julien Muchembled's avatar Julien Muchembled

style: remove tabs in product/*.py

parent d452eb6e
......@@ -327,8 +327,7 @@ class TestEgov(ERP5TypeTestCase):
type_allowed_content_type_list.append('PDF')
vat_declaration.getTypeInfo().setTypeAllowedContentTypeList(type_allowed_content_type_list)
vat_declaration.getTypeInfo().setTypeHiddenContentTypeList(type_allowed_content_type_list)
vat_declaration.newContent(portal_type='PDF',
title='Justificatif numero 1')
vat_declaration.newContent(portal_type='PDF', title='Justificatif numero 1')
self.tic()
transaction.commit()
missing_file = vat_declaration.PDFDocument_getRequirementCount()
......
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