minor fix

This commit is contained in:
Camilo Sarmiento 2020-06-25 10:21:23 -05:00
parent 5fb6df3199
commit 0facd3dae2

View file

@ -127,7 +127,7 @@ class Employee(metaclass=PoolMeta):
'sex': SEX[row[24]],
'marital_status': MARITAL[row[25]],
'blood_group': BLOOD[row[31]],
'subdivision_born': row[26],
'subdivision_born': row[26] or '',
'city_born': row[27],
'education': row[29],
'profession': row[28],