[FIX] PAYROLL: Payroll dashboard contract end modal not showing

This commit is contained in:
Horilla
2024-09-23 12:46:05 +05:30
parent 64c79f1366
commit 7507821b73

View File

@@ -313,7 +313,7 @@ def contract_view(request):
@login_required
@hx_request_required
# @hx_request_required #this function is also used in payroll dashboard which uses ajax
@owner_can_enter("payroll.view_contract", Contract)
def view_single_contract(request, contract_id):
"""