Fix in select_a_row
This commit is contained in:
parent
87934a3260
commit
3c3981ef87
1 changed files with 2 additions and 2 deletions
|
|
@ -736,8 +736,8 @@ class WebModel:
|
||||||
row=False
|
row=False
|
||||||
else:
|
else:
|
||||||
if self.show_formatted:
|
if self.show_formatted:
|
||||||
#for k, col in row.items():
|
for k, col in row.items():
|
||||||
row[k]={k:self.fields[k].show_formatted(col) for k,col in row.items()}
|
row[k]={k:self.fields[k].show_formatted(col) for k,col in row.items()}
|
||||||
|
|
||||||
|
|
||||||
return row
|
return row
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue