commit | a445c3990195f26003f855f7d3e659f5e9d993f9 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Jun 23 15:52:54 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Jun 23 15:52:54 2014 +0530 |
tree | 063b758407e5e4c5456bfe92100c892da840a8e7 | |
parent | ccd2e2496cb8e0b17e1f05ca33435d02cfd06e35 [diff] | |
parent | da490e3f5353be00b9deb384813b48952a8db3cc [diff] |
Merge pull request #1829 from nabinhait/v4-hotfix V4 hotfix
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()