[UPDT] BASE: EmployeeBonuspoint in pms and BonusPoint in employee is connected and functions also updated

This commit is contained in:
Horilla
2024-09-12 14:11:50 +05:30
parent da250673d7
commit f19edb987a
7 changed files with 64 additions and 68 deletions

View File

@@ -4,7 +4,7 @@ from django.shortcuts import render
from pyexpat.errors import messages
from employee.models import EmployeeWorkInformation
from pms.models import EmployeeObjective, Feedback, Objective
from pms.models import EmployeeObjective, Objective
decorator_with_arguments = (
lambda decorator: lambda *args, **kwargs: lambda func: decorator(