timeoff-management / timeoff-management-application

Simple yet powerful absence management software for small and medium size business (community edition)
https://TimeOff.Management
MIT License
951 stars 588 forks source link

Little bug in add_new_department_modal.hbs #70

Closed enriquetoledano closed 8 years ago

enriquetoledano commented 8 years ago

Line 43 of add_new_department_modal.hbs should be <option value="{{this.id}}">{{this.full_name}}</option> instead of <option value="{{this.id}}">{{this.name}}</option> Best regards

vpp commented 8 years ago

Good spot! Thanks! Will update master shortly.

vpp commented 8 years ago

Merged into master and deployed on timeoff.management