web/views/tableview.py
branchstable
changeset 2206 009e2856afcb
parent 2204 3472c5498478
child 2226 f5216e540168
--- a/web/views/tableview.py	Tue Jun 30 15:19:31 2009 +0200
+++ b/web/views/tableview.py	Tue Jun 30 15:22:29 2009 +0200
@@ -108,7 +108,7 @@
         # get rql description first since the filter form may remove some
         # necessary information
         mainindex = self.main_var_index()
-        computed_labels = rset.columns_labels(mainindex)
+        computed_labels = self.columns_labels(mainindex)
         hidden = True
         if not subvid and 'subvid' in req.form:
             subvid = req.form.pop('subvid')