Commit 09d29cad authored by Fabien Morin's avatar Fabien Morin

correct two mistakes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22787 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 02cc1ac7
......@@ -80,7 +80,7 @@ listbox = getattr(request, \'listbox\', None) # Retrieve the fast input data if
\n
\n
def addPerson(first_name=None, last_name=None,\n
start_date=None, default_birthplace_address_city=None,\n
start_date=None, default_birthplace_city=None,\n
default_address_text=None, description=None, \n
function=None, **kw):\n
"""\n
......
......@@ -95,15 +95,14 @@
<string>listbox_id_card_number</string>
<string>listbox_title</string>
<string>listbox_default_birthplace_city</string>
<string>listbox_start_date</string>
</list>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>listbox_start_date</string>
</list>
<list/>
</value>
</item>
<item>
......
804
\ No newline at end of file
806
\ No newline at end of file
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