Comment out set_patronymic in ImportProGen plugin. This is a temporary measure

and we have to see how many PG30 users actually want it.


svn: r18057
This commit is contained in:
Kees Bakker 2011-08-23 19:58:29 +00:00
parent 7da3cd8778
commit ff951f3f52

View File

@ -811,7 +811,9 @@ class ProgenParser(object):
name.set_call_name(recflds[call_name_ix])
if patronym:
#log.warning("Patroniem, %s: '%s'" % (diag_msg, patronym))
name.set_patronymic(patronym)
#name.set_patronymic(patronym)
log.warning(_("Patronymic name skipped: '%(patronym)s' (%(msg)s)") % {
'patronym' : patronym.encode('utf-8'), 'msg' : diag_msg or '' } )
person.set_primary_name(name)
person.set_gender(gender)