bookyt_projects 0.19.10 → 0.19.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,7 @@
2
2
 
3
3
  .row
4
4
  .span8
5
-
6
- = render 'timesheets/show', :work_days => @employee.work_days.where(:date => range)
5
+ = render 'timesheets/show', :work_days => @employee.work_days.where(:date => current_month_period(:time_sheet_period)
7
6
 
8
7
  .span4
9
8
  = render 'timesheets/pager'
@@ -1,3 +1,3 @@
1
1
  module BookytPos
2
- VERSION = '0.19.10'
2
+ VERSION = '0.19.11'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_projects
3
3
  version: !ruby/object:Gem::Version
4
- hash: 71
4
+ hash: 69
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 19
9
- - 10
10
- version: 0.19.10
9
+ - 11
10
+ version: 0.19.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek (CyT)