diff options
author | Teddy Wing | 2017-06-03 15:13:28 +0200 |
---|---|---|
committer | Teddy Wing | 2017-06-03 15:13:28 +0200 |
commit | 61c447fda6fe833bebb953600167975685e89102 (patch) | |
tree | ce96e85b9307df20903d3257a7a23df9cc1bbde3 /timetask/fields.go | |
parent | c0576d6d96656f4a83e8bdff7cb0a09f455a0b10 (diff) | |
parent | 24a3a2d9dbe6b2cd48d126f3f36a6d79497b4cc4 (diff) | |
download | timetasker-61c447fda6fe833bebb953600167975685e89102.tar.bz2 |
Merge branch 'submit-single-time-entry' into timetasker-daily
Diffstat (limited to 'timetask/fields.go')
-rw-r--r-- | timetask/fields.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/timetask/fields.go b/timetask/fields.go index da2b37d..9f7aa99 100644 --- a/timetask/fields.go +++ b/timetask/fields.go @@ -21,8 +21,7 @@ type Project struct { Project int Module int Task int - WorkType int - Time int + WorkType int `toml:"work_type"` Billable bool } |