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