X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=user_add.php;h=a00528bf3b3ba0ac5def8063829c593162fd1998;hb=f7f5a1b8e3f8d12902fa462d7426fb4e0b81ea0d;hp=403c6ca6a37b6cfc2eb82d060e05d7a546b035b1;hpb=0dfc4dda20c54e173938eaf196f8e071ce790830;p=timetracker.git diff --git a/user_add.php b/user_add.php index 403c6ca6..a00528bf 100644 --- a/user_add.php +++ b/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);