X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b..dd8defde4b1f44f56cf9ef3c3b6b435a70faaae9:/mobile/user_add.php diff --git a/mobile/user_add.php b/mobile/user_add.php index f42dd4dd..34c48222 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -105,7 +105,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);