[UPDT] EMPLOYEE: Updated hour account and resignation tab into using generic list table
This commit is contained in:
@@ -289,7 +289,7 @@ class Attendance(HorillaModel):
|
||||
default=False, verbose_name=_("Is validate request approved")
|
||||
)
|
||||
request_description = models.TextField(
|
||||
null=True, max_length=255, verbose_name=_("Request Description")
|
||||
null=True, verbose_name=_("Request Description")
|
||||
)
|
||||
request_type = models.CharField(
|
||||
max_length=18, null=True, choices=status, default="update_request"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<div id ="ot-table">
|
||||
{% include "generic/horilla_list.html" %}
|
||||
<div id="ot-table">
|
||||
{% include "generic/horilla_list_table.html" %}
|
||||
</div>
|
||||
|
||||
{% if request.GET.deleted %}
|
||||
<script>
|
||||
$('#reloadMessagesButton').click();
|
||||
</script>
|
||||
<script>
|
||||
$("#reloadMessagesButton").click();
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user