1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2024-12-28 06:14:08 +06:00
parent 1bdddbb98f
commit 699fb2077d
29 changed files with 1317 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ async def create_request(
# Get employee details for the notification
employee = employees.get_employee(db, new_request.employee_id)
# Prepare notification data2
# Prepare notification data
notification_data = {
"id": new_request.id,
"employee_last_name": employee.last_name,