Naming Series property type as Text

This commit is contained in:
Anand Doshi 2014-06-20 20:19:51 +05:30
parent 80142af9b8
commit d709f4dfdd

View File

@ -72,7 +72,7 @@ class NamingSeries(Document):
'field_name': 'naming_series',
'property': prop,
'value': prop_dict[prop],
'property_type': 'Select',
'property_type': 'Text',
'__islocal': 1
})
ps.save()