We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211b496 commit 5c33920Copy full SHA for 5c33920
interface/lib/classes/listform_actions.inc.php
@@ -192,7 +192,7 @@ public function prepareDataRow($rec)
192
$key = $field['field'];
193
if(isset($field['formtype']) && $field['formtype'] == 'SELECT') {
194
if(strtolower($rec[$key]) == 'y' or strtolower($rec[$key]) == 'n') {
195
- // Set a additional image variable for bolean fields
+ // Set a additional image variable for boolean fields
196
$rec['_'.$key.'_'] = (strtolower($rec[$key]) == 'y')?'x16/tick_circle.png':'x16/cross_circle.png';
197
}
198
//* substitute value for select field
0 commit comments