fixed issue 996

This commit is contained in:
mdipierro
2012-09-11 09:53:08 -05:00
parent 7356c122de
commit 314278ac69
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2416,7 +2416,7 @@ class SQLTABLE(TABLE):
_class = 'odd'
if not selectid is None: #new implement
if record[self.id_field_name]==selectid:
if record.get('id') == selectid:
_class += ' rowselected'
for colname in columns: