interface/lib/classes/listform_actions.inc.php | ●●●●● patch | view | raw | blame | history |
interface/lib/classes/listform_actions.inc.php
@@ -87,6 +87,14 @@ $this->DataRowColor = ($this->DataRowColor == "#FFFFFF")?"#EEEEEE":"#FFFFFF"; $rec["bgcolor"] = $this->DataRowColor; // substitute value for select fields foreach($app->listform->listDef["item"] as $field) { $key = $field["field"]; if($field['formtype'] == "SELECT") { $rec[$key] = $field['value'][$rec[$key]]; } } // The variable "id" contains always the index variable $rec["id"] = $rec[$this->idx_key];