[RMV] EMPLOYEE: Removed post-migrate signal for creating the work records

This commit is contained in:
Horilla
2025-04-09 12:33:03 +05:30
parent e95659979c
commit db99d4d1ea
5 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
<div
class="oh-sticky-table__tr oh-multiple-table-sort__movable"
onclick="
localStorage.setItem('activeTabAsset','#tab_2');
localStorage.setItem('activeTabAsset','#tab_2');
window.location.href = '{% url 'asset-request-allocation-view' %}?assigned_to_employee_id={{asset.assigned_to_employee_id.id}}'
"
>

View File

@@ -47,7 +47,7 @@
class="oh-checkpoint-badge oh-checkpoint-badge--secondary"
title="Completed {{ employee.employeetask_set|completed_tasks }} of {{employee.employeetask_set.all|length}} tasks"
>
{{ employee.employeetask_set|completed_tasks }} /
{{ employee.employeetask_set|completed_tasks }} /
{{ employee.employeetask_set.all|length }}
</div>
</div>