gamonoid / icehrm

Manage your employees easily with a robust and efficient Human Resource Management System
http://icehrm.com
Other
579 stars 373 forks source link

Photo Not Showing on Monitor Attendance #216

Closed melodiazz closed 4 years ago

melodiazz commented 4 years ago

if you had the same issue, this might help you.

go to direcotory core/admin/attendance/ then edit index.php

at line 65 (version 27.0.1.OS)

change this :

<div id="attendancePhoto" class="row" style="background: #f3f4f5; padding: 10px;display:none;">
                    <div class="col-sm-6" style="text-align: center;">

                    </div>
                    <div class="col-sm-6" style="text-align: center;">

                    </div>
                </div>

to this :

                <div id="attendancePhoto" class="row" style="background: #f3f4f5; padding: 10px;display:none;">
                   <!--fix photo display-->
                   <div id="attendnaceCanvasInWrapper" class="col-sm-6" style="text-align: center;">

                    </div>
                    <div id="attendnaceCanvasOutWrapper" class="col-sm-6" style="text-align: center;">

                    </div>
                                </div>
melodiazz commented 4 years ago

this bug is fixed on version 27.0.2