Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/crypotex/taas into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Dec 6, 2015
2 parents b05cb2a + 916837f commit 0ec20f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taas/reservation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_calendar_entities(start, end, user, update=None):

}
if user.is_staff:
entry['title'] = reservation.id
entry['title'] = reservation.user_id

if update == reservation.id:
entry['startEditable'] = True
Expand Down

0 comments on commit 0ec20f7

Please sign in to comment.