X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4070ac772a00d8ffb9590ffdeca10e5d494c26e2..dd8defde4b1f44f56cf9ef3c3b6b435a70faaae9:/mobile/user_edit.php diff --git a/mobile/user_edit.php b/mobile/user_edit.php index 6077a13a..4f3b9aaa 100644 --- a/mobile/user_edit.php +++ b/mobile/user_edit.php @@ -135,7 +135,7 @@ class NameCellRenderer extends DefaultCellRenderer { class RateCellRenderer extends DefaultCellRenderer { function render(&$table, $value, $row, $column, $selected = false) { global $assigned_projects; - $field = new FloatField('rate_'.$table->getValueAtName($row,'id'), $table->getValueAtName($row, 'p_rate')); + $field = new FloatField('rate_'.$table->getValueAtName($row,'id')); $field->setFormName($table->getFormName()); $field->setLocalization($GLOBALS['I18N']); $field->setSize(5);