issues/747

closes issue issues#747
This commit is contained in:
Kiran Subbaraman
2015-03-08 22:44:15 +05:30
parent 0c60f05e62
commit 0839cf9dd2
+1 -1
View File
@@ -1118,7 +1118,7 @@ class SQLFORM(FORM):
else:
self.id_field_name = table._primarykey[0] # only works if one key
sep = separator or current.response.form_label_separator
sep = current.response.form_label_separator if separator is None else separator
extra_fields = extra_fields or []
self.extra_fields = {}