diff --git a/gluon/dal.py b/gluon/dal.py index 638afe99..23f70f27 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -9140,7 +9140,7 @@ class Table(object): new_fields[key] = value if _key is DEFAULT: - record = self(**values) + record = self(**fields) elif isinstance(_key, dict): record = self(**_key) else: