Commit ac928887 authored by Fabien Morin's avatar Fabien Morin

typo : remove spaces


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25465 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent da201c32
...@@ -39,12 +39,12 @@ class DefaultAnnotationLine: ...@@ -39,12 +39,12 @@ class DefaultAnnotationLine:
'type' : 'content', 'type' : 'content',
'portal_type' : ('Annotation Line',), 'portal_type' : ('Annotation Line',),
'acquired_property_id' : ('source_section', 'source_section_title', 'acquired_property_id' : ('source_section', 'source_section_title',
'source_section_uid', 'source_section_uid',
'destination_section', 'destination_section',
'destination_section_uid', 'destination_section_uid',
'destination_section_title', 'destination_section_title',
'resource_uid', 'resource_uid',
'resource_title', 'quantity', 'resource_title', 'quantity',
'quantity_unit', 'quantity_unit_title'), 'quantity_unit', 'quantity_unit_title'),
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'overtime_annotation_line', { 'id' : 'overtime_annotation_line',
...@@ -53,12 +53,12 @@ class DefaultAnnotationLine: ...@@ -53,12 +53,12 @@ class DefaultAnnotationLine:
'type' : 'content', 'type' : 'content',
'portal_type' : ('Annotation Line',), 'portal_type' : ('Annotation Line',),
'acquired_property_id' : ('source_section', 'source_section_title', 'acquired_property_id' : ('source_section', 'source_section_title',
'source_section_uid', 'source_section_uid',
'destination_section', 'destination_section',
'destination_section_uid', 'destination_section_uid',
'destination_section_title', 'destination_section_title',
'resource_uid', 'resource_uid',
'resource_title', 'quantity', 'resource_title', 'quantity',
'quantity_unit', 'quantity_unit_title'), 'quantity_unit', 'quantity_unit_title'),
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'social_insurance_annotation_line', { 'id' : 'social_insurance_annotation_line',
...@@ -68,12 +68,12 @@ class DefaultAnnotationLine: ...@@ -68,12 +68,12 @@ class DefaultAnnotationLine:
'type' : 'content', 'type' : 'content',
'portal_type' : ('Annotation Line',), 'portal_type' : ('Annotation Line',),
'acquired_property_id' : ('source', 'source_title', 'acquired_property_id' : ('source', 'source_title',
'source_uid', 'source_uid',
'destination', 'destination',
'destination_uid', 'destination_uid',
'destination_title', 'destination_title',
'resource_uid', 'resource_uid',
'resource_title', 'quantity', 'resource_title', 'quantity',
'quantity_unit', 'quantity_unit_title'), 'quantity_unit', 'quantity_unit_title'),
'mode' : 'w' }, 'mode' : 'w' },
) )
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