Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #38 from uklawitter/master
Browse files Browse the repository at this point in the history
Current Version Diff
  • Loading branch information
Timo Haberkern authored and Timo Haberkern committed Mar 19, 2014
2 parents 5b4ea88 + 5fcd928 commit 8ebb865
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/config/app.yml
@@ -1,5 +1,5 @@
all:
version: 1.3.6
version: 1.3.7

user:
cultures: [de,en]
6 changes: 6 additions & 0 deletions apps/frontend/modules/timesheet/actions/actions.class.php
Expand Up @@ -122,6 +122,12 @@ public function executeUpdate($request)
$type = $type_query->from('TimeItemType tit')
->where('tit.name=? and tit.account_id=?', array($time_type, $this->getUser()->getAttribute('account_id')))
->fetchOne();

if (!$type) {
$type = $type_query->from('TimeItemType tit')
->where('tit.default_item=1 and tit.account_id=?', array($time_type, $this->getUser()->getAttribute('account_id')))
->fetchOne();
}

$current_value = new TimeLogItem();

Expand Down
2 changes: 1 addition & 1 deletion lib/vendor/symfony
Binary file removed web/css/flexigrid/images/._fhbg.gif
Binary file not shown.
Binary file removed web/css/flexigrid/images/._wbg.gif
Binary file not shown.

0 comments on commit 8ebb865

Please sign in to comment.