X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fuser_edit.php;fp=mobile%2Fuser_edit.php;h=4f3b9aaa08b24a00bc66e902842cf0d70987cc1c;hb=36e4e3e4b457c992317212738d10693c269a4f6e;hp=6077a13a9a11b1c8612f6d4f0a3462fe57245cc2;hpb=e5719c4a72d1011a40d99b7ddfe7a84304bc0a7f;p=timetracker.git 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);