Merge pull request #1827 from anandpdoshi/anand-wip

Naming Series property type as Text
This commit is contained in:
Nabin Hait 2014-06-23 15:44:29 +05:30
commit ccd2e2496c

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()