Commit 8840df9f authored by Frank Bergmann's avatar Frank Bergmann

Removed debugging code, fixed alignment

parent d6a4cc91
......@@ -364,7 +364,7 @@ set report_def [list \
""
""
""
"<b>$hours_project_subtotal</b>"
"#align=right <b>$hours_project_subtotal</b>"
""
} \
] \
......@@ -627,9 +627,6 @@ db_foreach sql $sql {
set note "[string range $note 0 $truncate_note_length] ..."
}
set hours_formatted [im_report_format_number $hours $output_format $number_locale]
set hours_formatted $hours
# !!!
set hours_link $hours_formatted
if {$edit_timesheet_p} {
set hours_link " <a href=\"[export_vars -base $hours_url {julian_date user_id {project_id $sub_project_id} {return_url $this_url}}]\">$hours_formatted</a>\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment