Commit 8721ff30 by Solo Group

vsi_pln_post

1 parent 5ea334cd
......@@ -108,7 +108,7 @@ class AddSchema(colander.Schema):
# widget=widget.HiddenWidget()
)
ref_no = colander.SchemaNode(
colander.Integer(), title='REF. NO',
colander.String(), title='REF. NO',
missing=colander.drop,
oid="ref_no",
# widget=widget.HiddenWidget()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!