mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
Merge pull request #1827 from anandpdoshi/anand-wip
Naming Series property type as Text
This commit is contained in:
@@ -72,7 +72,7 @@ class NamingSeries(Document):
|
|||||||
'field_name': 'naming_series',
|
'field_name': 'naming_series',
|
||||||
'property': prop,
|
'property': prop,
|
||||||
'value': prop_dict[prop],
|
'value': prop_dict[prop],
|
||||||
'property_type': 'Select',
|
'property_type': 'Text',
|
||||||
'__islocal': 1
|
'__islocal': 1
|
||||||
})
|
})
|
||||||
ps.save()
|
ps.save()
|
||||||
|
|||||||
Reference in New Issue
Block a user