added description to check type field for data import
This commit is contained in:
parent
7fa2d9c57e
commit
d20e4e019f
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ def get_template():
|
|||
return 'Valid %s' % docfield.options
|
||||
if docfield.fieldtype in ('Int'):
|
||||
return 'Integer'
|
||||
if docfield.fieldtype == "Check":
|
||||
return "0 or 1"
|
||||
else:
|
||||
return ''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue