Commit 4db93701 authored by Frank Bergmann's avatar Frank Bergmann

-- rounding weekly_hours

parent 93046a68
......@@ -318,7 +318,7 @@ for { set current_date $first_julian_date} { $current_date <= $last_julian_date
if {($column_ctr == 7 || $current_date_ansi == $last_day_of_month_ansi) && $show_last_confirm_button_p } {
append html "<br>
<a href=[export_vars -base "week" {{julian_date $current_date} user_id_from_search}]
>[_ intranet-timesheet2.Week_total_1] $hours_for_this_week</a><br>
>[_ intranet-timesheet2.Week_total_1] [format "%.2f" [expr {double(round(100*$hours_for_this_week))/100}]]</a><br>
"
if { $current_date_ansi == $last_day_of_month_ansi} { set show_last_confirm_button_p 0 }
......
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