#3305 Week filter looks wrong

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1784 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
t.felgentreff 14 years ago
parent a43ac65c16
commit c2420620d7
  1. 2
      app/models/cost_query/filter/tweek.rb

@ -3,6 +3,6 @@ class CostQuery::Filter::Tweek < CostQuery::Filter::Base
label :label_week_reporting
def self.available_values(user)
1.upto(53).map {|i| [ l(label) + ' #' + i.to_s,i ]}
1.upto(53).map {|i| [ i.to_s, i ]}
end
end

Loading…
Cancel
Save