diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-09 17:45:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-09 17:45:39 +0000 |
commit | a3c89d4f697e958956e129b6bc5f564c9197a89c (patch) | |
tree | 7d08d8df3dcc7c822650fda850e3c28fcf3656a6 /test/fixtures/time_entries.yml | |
parent | f025b16be747bf7ab7b1cae470eca28b77f7ada9 (diff) | |
download | redmine-a3c89d4f697e958956e129b6bc5f564c9197a89c.tar.gz redmine-a3c89d4f697e958956e129b6bc5f564c9197a89c.zip |
Custom fields (list and boolean) can be used as criteria in time report (#1012).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1340 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/time_entries.yml')
-rw-r--r-- | test/fixtures/time_entries.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/time_entries.yml b/test/fixtures/time_entries.yml index f6876c7b0..4a8a4a2a4 100644 --- a/test/fixtures/time_entries.yml +++ b/test/fixtures/time_entries.yml @@ -36,7 +36,7 @@ time_entries_003: updated_on: 2007-04-21 12:20:48 +02:00
activity_id: 9
spent_on: 2007-04-21
- issue_id: 2
+ issue_id: 3
id: 3
hours: 1.0
user_id: 1
|