Updated Time Attendance Records importing function
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
<table class="attendance-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>Platform</th>
|
||||
@@ -110,9 +109,6 @@
|
||||
<tbody>
|
||||
{% for record in recent_records %}
|
||||
<tr>
|
||||
<!-- # -->
|
||||
<td>{{ loop.index }}</td>
|
||||
|
||||
<!-- 1. ID (Employee ID) -->
|
||||
<td>
|
||||
<div class="employee-info">
|
||||
|
||||
Reference in New Issue
Block a user