commit | ccd2e2496cb8e0b17e1f05ca33435d02cfd06e35 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jun 23 15:44:29 2014 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jun 23 15:44:29 2014 +0530 |
tree | 6f1d4036081bb33d7d2ce82ab51a5bc8f064b775 | |
parent | c027563b13b68362962df5652b119c22c089e34a [diff] | |
parent | f0a1735ac81d023703617fcfa38822841cba48af [diff] |
Merge pull request #1827 from anandpdoshi/anand-wip Naming Series property type as Text
diff --git a/erpnext/setup/doctype/naming_series/naming_series.py b/erpnext/setup/doctype/naming_series/naming_series.py index 100c8ba..cb0d437 100644 --- a/erpnext/setup/doctype/naming_series/naming_series.py +++ b/erpnext/setup/doctype/naming_series/naming_series.py
@@ -72,7 +72,7 @@ 'field_name': 'naming_series', 'property': prop, 'value': prop_dict[prop], - 'property_type': 'Select', + 'property_type': 'Text', '__islocal': 1 }) ps.save()